HomeSort by relevance Sort by last modified time
    Searched refs:GL_SRGB8 (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/deqp/modules/gles3/performance/
es3pTextureFormatTests.cpp 83 { "srgb8", GL_SRGB8, },
  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 186 GL_SRGB8,
191 GL_SRGB8,
196 GL_SRGB8,
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 102 public static final int GL_SRGB8 = 0x8C41;
  /external/chromium_org/third_party/angle/src/libGLESv2/
Caps.cpp 316 requiredFilterFormats.push_back(GL_SRGB8);
formatutils.cpp 126 InsertFormatMapping(&map, GL_SRGB_EXT, GL_UNSIGNED_BYTE, GL_SRGB8, WriteColor<R8G8B8, GLfloat> );
397 map.insert(InternalFormatInfoPair(GL_SRGB8, RGBAFormat( 8, 8, 8, 0, 0, GL_RGB, GL_UNSIGNED_BYTE, GL_UNSIGNED_NORMALIZED, true, RequireESVersionOrExtension<3, &Extensions::sRGB>, NeverSupported, AlwaysSupported)));
    [all...]
validationES3.cpp 77 InsertES3FormatCombo(&set, GL_SRGB8, GL_RGB, GL_UNSIGNED_BYTE );
145 InsertES3FormatCombo(&set, GL_SRGB8, GL_SRGB_EXT, GL_UNSIGNED_BYTE );
    [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 177 case FMT_CASE(sRGB, UNORM_INT8): return GL_SRGB8;
390 case GL_SRGB8: return TextureFormat(TextureFormat::sRGB, TextureFormat::UNORM_INT8);
447 case GL_SRGB8:
    [all...]
gluStrUtil.inl 792 case GL_SRGB8: return "GL_SRGB8";
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboCompletenessTests.cpp 99 GL_RGB9_E5, GL_SRGB8,
es3fTextureStateQueryTests.cpp 643 GL_RGB8I, GL_RGB8UI, GL_SRGB8, GL_R11F_G11F_B10F, GL_RGB9_E5, GL_RG32F,
es3fFboTestUtil.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texture.c 508 case GL_SRGB8:
  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp 456 { "srgb8", GL_SRGB8, },
es31fFboTestUtil.cpp 512 case GL_SRGB8: return "srgb8";
es31fTextureSpecificationTests.cpp 806 { "srgb8", GL_SRGB8, },
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.c 508 case GL_SRGB8:
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
formatutils11.cpp 414 map.insert(InternalFormatInitializerPair(GL_SRGB8, Initialize4ComponentData<GLubyte, 0x00, 0x00, 0x00, 0xFF> ));
482 InsertLoadFunction(&map, GL_SRGB8, GL_UNSIGNED_BYTE, LoadToNative3To4<GLubyte, 0xFF> );
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 147 #define GL_SRGB8 0x8C41
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.h 157 #define GL_SRGB8 0x8C41
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 102 public static final int GL_SRGB8 = 0x8C41;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 783 GL_SRGB8(0x8C41),
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
fbobject.c     [all...]
  /external/mesa3d/src/mesa/main/
fbobject.c     [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h 572 #define GL_SRGB8 0x8C41
    [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h 572 #define GL_SRGB8 0x8C41
    [all...]

Completed in 1014 milliseconds

1 2 3