Searched refs:GL_RGBA (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testshader.c | 328 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 D | tiffgt.c | 301 glDrawPixels(img.width, img.height, GL_RGBA, GL_UNSIGNED_BYTE, (const GLvoid *) raster); in raster_draw()
|
/AliOS-Things-master/components/SDL2/src/render/opengles/ |
A D | SDL_render_gles.c | 333 internalFormat = GL_RGBA; in GLES_CreateTexture() 334 format = GL_RGBA; in GLES_CreateTexture() 991 rect->w, rect->h, GL_RGBA, GL_UNSIGNED_BYTE, temp_pixels); in GLES_RenderReadPixels()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | vwebp.c | 392 GL_RGBA, GL_UNSIGNED_BYTE, in HandleDisplay()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_opengles2_gl2.h | 248 #define GL_RGBA 0x1908 macro
|
A D | SDL_opengl.h | 529 #define GL_RGBA 0x1908 macro
|
/AliOS-Things-master/components/SDL2/src/render/opengles2/ |
A D | SDL_render_gles2.c | 1414 format = GL_RGBA; in GLES2_CreateTexture() 1858 rect->w, rect->h, GL_RGBA, GL_UNSIGNED_BYTE, temp_pixels); in GLES2_RenderReadPixels()
|
/AliOS-Things-master/components/SDL2/src/video/khronos/GLES2/ |
A D | gl2.h | 213 #define GL_RGBA 0x1908 macro
|
/AliOS-Things-master/components/SDL2/src/render/opengl/ |
A D | SDL_render_gl.c | 416 *format = GL_RGBA; in convert_format()
|
Completed in 31 milliseconds