Searched refs:GL_LUMINANCE_ALPHA (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/opengl/ |
A D | SDL_render_gl.c | 627 renderdata->glTexImage2D(textype, 0, GL_LUMINANCE_ALPHA, (texture_w+1)/2, in GL_CreateTexture() 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/src/render/opengles2/ |
A D | SDL_render_gles2.c | 1518 …TexImage2D(data->texture_type, 0, GL_LUMINANCE_ALPHA, (texture->w + 1) / 2, (texture->h + 1) / 2, … in GLES2_CreateTexture() 1657 GL_LUMINANCE_ALPHA, in GLES2_UpdateTexture()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_opengles2_gl2.h | 250 #define GL_LUMINANCE_ALPHA 0x190A macro
|
A D | SDL_opengl.h | 511 #define GL_LUMINANCE_ALPHA 0x190A macro
|
/AliOS-Things-master/components/SDL2/src/video/khronos/GLES2/ |
A D | gl2.h | 215 #define GL_LUMINANCE_ALPHA 0x190A macro
|
Completed in 21 milliseconds