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

1 2 3 4 5 6

  /external/mesa3d/src/mesa/state_tracker/
st_atom_framebuffer.c 148 _mesa_get_format_color_encoding(strb->Base.Format) == GL_SRGB)) {
st_cb_fbo.c 402 _mesa_get_format_color_encoding(strb->Base.Format) == GL_SRGB);
586 _mesa_get_format_color_encoding(texFormat) == GL_SRGB) {
st_format.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta_generate_mipmap.c 89 if (_mesa_get_format_color_encoding(baseImage->TexFormat) == GL_SRGB &&
231 _mesa_get_format_color_encoding(baseImage->TexFormat) == GL_SRGB;
meta_blit.c 742 _mesa_get_format_color_encoding(rb->Format) == GL_SRGB;
    [all...]
  /external/deqp/framework/opengl/
gluStrUtil.inl 267 case GL_SRGB: return "GL_SRGB";
    [all...]
  /external/mesa3d/src/mesa/main/
glformats.c 592 case GL_SRGB:
671 case GL_SRGB:
    [all...]
framebuffer.c 504 if (_mesa_get_format_color_encoding(fmt) == GL_SRGB)
formatquery.c     [all...]
formats.c 589 * \return GL_LINEAR or GL_SRGB
595 return info->IsSRGBFormat ? GL_SRGB : GL_LINEAR;
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 101 public static final int GL_SRGB = 0x8C40;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.c 374 if (!decode_srgb && _mesa_get_format_color_encoding(src_format) == GL_SRGB)
377 if (!encode_srgb && _mesa_get_format_color_encoding(dst_format) == GL_SRGB)
790 if (!encode_srgb && _mesa_get_format_color_encoding(format) == GL_SRGB)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
utils.c 229 is_srgb = _mesa_get_format_color_encoding(format) == GL_SRGB;
  /external/mesa3d/src/mesa/swrast/
s_texfetch.c 488 _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 451 case GL_SRGB:
  /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...]
  /prebuilts/ndk/r11/sources/android/ndk_helper/
gl3stub.h 159 #define GL_SRGB 0x8C40
    [all...]
  /prebuilts/ndk/r13/sources/android/ndk_helper/
gl3stub.h 159 #define 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...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h     [all...]
  /external/deqp/modules/gles31/functional/
es31fFboSRGBWriteControlTests.cpp     [all...]

Completed in 879 milliseconds

1 2 3 4 5 6