Home
last modified time | relevance | path

Searched refs:GL_UNSIGNED_BYTE (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestgles.c92 glColorPointer(4, GL_UNSIGNED_BYTE, 0, color); in Render()
96 glDrawElements(GL_TRIANGLES, 36, GL_UNSIGNED_BYTE, indices); in Render()
A Dtestshader.c328 GL_RGBA, w, h, 0, GL_RGBA, GL_UNSIGNED_BYTE, image->pixels); in SDL_GL_LoadTexture()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffgt.c301 glDrawPixels(img.width, img.height, GL_RGBA, GL_UNSIGNED_BYTE, (const GLvoid *) raster); in raster_draw()
/AliOS-Things-master/components/SDL2/src/render/opengles2/
A DSDL_render_gles2.c1415 type = GL_UNSIGNED_BYTE; in GLES2_CreateTexture()
1422 type = GL_UNSIGNED_BYTE; in GLES2_CreateTexture()
1518 …_ALPHA, (texture->w + 1) / 2, (texture->h + 1) / 2, 0, GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE, NULL); in GLES2_CreateTexture()
1658 GL_UNSIGNED_BYTE, in GLES2_UpdateTexture()
1858 rect->w, rect->h, GL_RGBA, GL_UNSIGNED_BYTE, temp_pixels); in GLES2_RenderReadPixels()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dvwebp.c392 GL_RGBA, GL_UNSIGNED_BYTE, in HandleDisplay()
/AliOS-Things-master/components/SDL2/src/render/opengles/
A DSDL_render_gles.c335 type = GL_UNSIGNED_BYTE; in GLES_CreateTexture()
991 rect->w, rect->h, GL_RGBA, GL_UNSIGNED_BYTE, temp_pixels); in GLES_RenderReadPixels()
/AliOS-Things-master/components/SDL2/src/render/opengl/
A DSDL_render_gl.c425 *type = GL_UNSIGNED_BYTE; in convert_format()
628 (texture_h+1)/2, 0, GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE, NULL); in GL_CreateTexture()
689 GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE, pixels); in GL_UpdateTexture()
/AliOS-Things-master/components/SDL2/include/
A DSDL_opengles2_gl2.h236 #define GL_UNSIGNED_BYTE 0x1401 macro
A DSDL_opengl.h204 #define GL_UNSIGNED_BYTE 0x1401 macro
/AliOS-Things-master/components/SDL2/src/video/khronos/GLES2/
A Dgl2.h203 #define GL_UNSIGNED_BYTE 0x1401 macro

Completed in 124 milliseconds