Searched refs:GL_SRGB (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/angle/tests/angle_tests/
H A DSRGBTextureTest.cpp36 glTexImage2D(GL_TEXTURE_2D, 0, GL_SRGB, 1, 1, 0, GL_SRGB, GL_UNSIGNED_BYTE, pixel);
41 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, GL_SRGB, GL_UNSIGNED_BYTE, pixel);
/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.cpp185 GLS_UNSIZED_FORMATKEY(GL_SRGB, GL_UNSIGNED_BYTE),
201 GLS_UNSIZED_FORMATKEY(GL_SRGB, GL_UNSIGNED_BYTE),
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_texture.c226 (_mesa_get_format_color_encoding(texFormat) == GL_SRGB)) {
H A Dst_cb_fbo.c532 _mesa_get_format_color_encoding(texFormat) == GL_SRGB) {
/external/deqp/framework/opengl/
H A DgluStrUtil.inl256 case GL_SRGB: return "GL_SRGB";
824 case GL_SRGB: return "GL_SRGB";
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_texture.c226 (_mesa_get_format_color_encoding(texFormat) == GL_SRGB)) {
H A Dst_cb_fbo.c532 _mesa_get_format_color_encoding(texFormat) == GL_SRGB) {
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DvalidationES3.cpp751 if ((textureInternalFormatInfo.colorEncoding == GL_SRGB) != (framebufferInternalFormatInfo.colorEncoding == GL_SRGB))
817 else if (framebufferInternalFormatInfo.colorEncoding == GL_SRGB)
H A Dformatutils.cpp304 formatInfo.colorEncoding = (srgb ? GL_SRGB : GL_LINEAR);
365 formatInfo.colorEncoding = (srgb ? GL_SRGB : GL_LINEAR);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texfetch.c1159 _mesa_get_format_color_encoding(format) == GL_SRGB) {
/external/mesa3d/src/mesa/swrast/
H A Ds_texfetch.c1159 _mesa_get_format_color_encoding(format) == GL_SRGB) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_texture.c507 case GL_SRGB:
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c507 case GL_SRGB:
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dframebuffer.c534 if (_mesa_get_format_color_encoding(fmt) == GL_SRGB)
H A Dglformats.c999 return GL_SRGB;
H A Dfbobject.c2765 case GL_SRGB:
2812 case GL_SRGB:
H A Dformats.c1737 * \return GL_LINEAR or GL_SRGB
1753 return GL_SRGB;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_texture.c507 case GL_SRGB:
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c507 case GL_SRGB:
/external/mesa3d/src/mesa/main/
H A Dframebuffer.c534 if (_mesa_get_format_color_encoding(fmt) == GL_SRGB)
H A Dglformats.c999 return GL_SRGB;
H A Dfbobject.c2765 case GL_SRGB:
2812 case GL_SRGB:
H A Dformats.c1737 * \return GL_LINEAR or GL_SRGB
1753 return GL_SRGB;
/external/deqp/modules/gles3/functional/
H A Des3fFboStateQueryTests.cpp455 checkColorAttachmentParam(m_testCtx, *this, GL_FRAMEBUFFER, GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING, GL_SRGB);
/external/chromium_org/third_party/angle/include/GLES3/
H A Dgl3.h571 #define GL_SRGB 0x8C40 macro

Completed in 1458 milliseconds

12