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

1 2

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 101 public static final int GL_SRGB = 0x8C40;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_texture.c 226 (_mesa_get_format_color_encoding(texFormat) == GL_SRGB)) {
st_cb_fbo.c 532 _mesa_get_format_color_encoding(texFormat) == GL_SRGB) {
  /external/deqp/framework/opengl/
gluStrUtil.inl 266 case GL_SRGB: return "GL_SRGB";
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfetch.c 1159 _mesa_get_format_color_encoding(format) == GL_SRGB) {
  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 178 GLS_UNSIZED_FORMATKEY(GL_SRGB, GL_UNSIGNED_BYTE),
194 GLS_UNSIZED_FORMATKEY(GL_SRGB, GL_UNSIGNED_BYTE),
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.c 507 case GL_SRGB:
  /external/mesa3d/src/mesa/main/
framebuffer.c 534 if (_mesa_get_format_color_encoding(fmt) == GL_SRGB)
glformats.c 999 return GL_SRGB;
    [all...]
fbobject.c     [all...]
formats.c     [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 149 #define GL_SRGB 0x8C40
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.h 159 #define GL_SRGB 0x8C40
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboStateQueryTests.cpp 455 checkColorAttachmentParam(m_testCtx, *this, GL_FRAMEBUFFER, GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING, GL_SRGB);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 101 public static final int GL_SRGB = 0x8C40;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 782 GL_SRGB(0x8C40),
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h 571 #define GL_SRGB 0x8C40
    [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h 571 #define GL_SRGB 0x8C40
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h 571 #define GL_SRGB 0x8C40
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h 571 #define GL_SRGB 0x8C40
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h 571 #define GL_SRGB 0x8C40
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h 571 #define GL_SRGB 0x8C40
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/GLES3/
gl3.h 571 #define GL_SRGB 0x8C40
    [all...]

Completed in 799 milliseconds

1 2