Searched refs:GL_LUMINANCE (Results 51 - 75 of 91) sorted by relevance

1234

/external/chromium_org/cc/resources/
H A Dvideo_resource_updater.cc17 const unsigned kYUVResourceFormat = GL_LUMINANCE;
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils_unittest.cc110 kWidth, kHeight, GL_LUMINANCE, GL_UNSIGNED_BYTE, 1, &size,
H A Dgles2_cmd_utils_implementation_autogen.h664 { 0x1909, "GL_LUMINANCE", },
1259 { GL_LUMINANCE, "GL_LUMINANCE" },
1271 { GL_LUMINANCE, "GL_LUMINANCE" },
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/
H A DFramebuffer.cpp357 format == GL_LUMINANCE ||
H A DlibGLESv2.cpp59 case GL_LUMINANCE:
79 case GL_LUMINANCE:
93 case GL_LUMINANCE:
1341 case GL_LUMINANCE:
1542 case GL_LUMINANCE:
5303 case GL_LUMINANCE:
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c366 if (texUnit->_Current->Image[0][0]->_BaseFormat == GL_LUMINANCE)
390 if (ctx->Texture.Unit[txunit]._Current->Image[0][0]->_BaseFormat == GL_LUMINANCE)
H A Dradeon_texture.c423 case GL_LUMINANCE:
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c366 if (texUnit->_Current->Image[0][0]->_BaseFormat == GL_LUMINANCE)
390 if (ctx->Texture.Unit[txunit]._Current->Image[0][0]->_BaseFormat == GL_LUMINANCE)
H A Dradeon_texture.c423 case GL_LUMINANCE:
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_texture.c423 case GL_LUMINANCE:
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dframebuffer.c776 case GL_LUMINANCE:
H A Dtexformat.c159 case GL_LUMINANCE:
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_texture.c423 case GL_LUMINANCE:
/external/mesa3d/src/mesa/main/
H A Dframebuffer.c776 case GL_LUMINANCE:
H A Dtexformat.c159 case GL_LUMINANCE:
/external/robolectric/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/chromium_org/third_party/angle_dx11/include/GLES2/
H A Dgl2.h249 #define GL_LUMINANCE 0x1909 macro
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h250 #define GL_LUMINANCE 0x1909 macro
/external/chromium_org/third_party/mesa/src/include/GLES/
H A Dgl.h365 #define GL_LUMINANCE 0x1909 macro
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h249 #define GL_LUMINANCE 0x1909 macro
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c2380 /* XXX disable special case for GL_LUMINANCE for now to work around
2383 if (/*format == GL_LUMINANCE ||*/ format == GL_LUMINANCE_ALPHA)
3486 case GL_LUMINANCE:
3530 if (format == GL_LUMINANCE ||
3533 /* We don't want to use GL_LUMINANCE, GL_INTENSITY, etc. for the
3768 if ((baseTexFormat == GL_LUMINANCE ||
3777 (destBaseFormat == GL_LUMINANCE ||
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c278 case GL_LUMINANCE:
/external/mesa3d/include/GLES/
H A Dgl.h365 #define GL_LUMINANCE 0x1909 macro
/external/mesa3d/include/GLES2/
H A Dgl2.h249 #define GL_LUMINANCE 0x1909 macro
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c2380 /* XXX disable special case for GL_LUMINANCE for now to work around
2383 if (/*format == GL_LUMINANCE ||*/ format == GL_LUMINANCE_ALPHA)
3486 case GL_LUMINANCE:
3530 if (format == GL_LUMINANCE ||
3533 /* We don't want to use GL_LUMINANCE, GL_INTENSITY, etc. for the
3768 if ((baseTexFormat == GL_LUMINANCE ||
3777 (destBaseFormat == GL_LUMINANCE ||

Completed in 1611 milliseconds

1234