Searched refs:GL_LUMINANCE8_EXT (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/ui/gl/
H A Dgl_bindings.h94 #define GL_LUMINANCE8_EXT 0x8040 macro
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_validation_implementation_autogen.h328 GL_LUMINANCE8_EXT, GL_LUMINANCE8_ALPHA8_EXT, GL_RGB8_OES, GL_RGBA8_OES,
H A Dgles2_cmd_decoder.cc10200 case GL_LUMINANCE8_EXT:
10439 case GL_LUMINANCE8_EXT:
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A Dformatutils9.cpp103 InsertD3DFormatInfo(&map, D3DFMT_L8, 8, 1, 1, GL_LUMINANCE8_EXT, GenerateMip<L8>, ReadColor<L8, GLfloat> );
276 InsertD3D9FormatInfo(&map, GL_LUMINANCE8_EXT, D3DFMT_L8, D3DFMT_UNKNOWN, LoadToNative<GLubyte, 1> );
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dformatutils.cpp110 InsertFormatMapping(&map, GL_LUMINANCE, GL_UNSIGNED_BYTE, GL_LUMINANCE8_EXT, WriteColor<L8, GLfloat> );
455 map.insert(InternalFormatInfoPair(GL_LUMINANCE8_EXT, LUMAFormat( 8, 0, GL_LUMINANCE, GL_UNSIGNED_BYTE, GL_UNSIGNED_NORMALIZED, RequireExtension<&Extensions::textureStorage>, NeverSupported, AlwaysSupported)));
H A DvalidationES3.cpp167 InsertES3FormatCombo(&set, GL_LUMINANCE8_EXT, GL_LUMINANCE, GL_UNSIGNED_BYTE );
631 list.push_back(EffectiveInternalFormatInfo(GL_LUMINANCE8_EXT, GL_LUMINANCE, 1, 8, 0, UINT_MAX, 0, UINT_MAX, 0, UINT_MAX));
H A DlibGLESv2.cpp1662 bool isLUMA = internalFormat == GL_LUMINANCE8_EXT ||
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils_implementation_autogen.h2973 {GL_LUMINANCE8_EXT, "GL_LUMINANCE8_EXT"},
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A Dformatutils11.cpp561 InsertLoadFunction(&map, GL_LUMINANCE8_EXT, GL_UNSIGNED_BYTE, LoadL8ToRGBA8 );
799 InsertD3D11FormatInfo(&map, GL_LUMINANCE8_EXT, DXGI_FORMAT_R8G8B8A8_UNORM, DXGI_FORMAT_R8G8B8A8_UNORM, DXGI_FORMAT_R8G8B8A8_UNORM, DXGI_FORMAT_UNKNOWN );
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2ext.h425 #define GL_LUMINANCE8_EXT 0x8040 macro
/external/mesa3d/include/GLES2/
H A Dgl2ext.h425 #define GL_LUMINANCE8_EXT 0x8040 macro
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2ext.h407 #define GL_LUMINANCE8_EXT 0x8040 macro
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2ext.h608 #define GL_LUMINANCE8_EXT 0x8040 macro
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2ext.h1052 #define GL_LUMINANCE8_EXT 0x8040 macro
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_opengl.h1040 #define GL_LUMINANCE8_EXT 0x8040 macro
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglext.h3065 #define GL_LUMINANCE8_EXT 0x8040 macro
/external/mesa3d/include/GL/
H A Dglext.h3065 #define GL_LUMINANCE8_EXT 0x8040 macro

Completed in 1344 milliseconds