Home
last modified time | relevance | path

Searched refs:GL_SKIP_DECODE_EXT (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSRGBTextureTest.cpp270 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_SRGB_DECODE_EXT, GL_SKIP_DECODE_EXT); in TEST_P()
467 glSamplerParameteri(sampler.get(), GL_TEXTURE_SRGB_DECODE_EXT, GL_SKIP_DECODE_EXT); in TEST_P()
473 // Toggle between GL_DECODE_EXT and GL_SKIP_DECODE_EXT of sampler parameter
498 GLint decode = ((i & 1) == 0) ? GL_DECODE_EXT : GL_SKIP_DECODE_EXT; in TEST_P()
530 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_SRGB_DECODE_EXT, GL_SKIP_DECODE_EXT); in TEST_P()
537 glSamplerParameteri(sampler.get(), GL_TEXTURE_SRGB_DECODE_EXT, GL_SKIP_DECODE_EXT); in TEST_P()
565 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_SRGB_DECODE_EXT, GL_SKIP_DECODE_EXT); in TEST_P()
H A DPbufferTest.cpp368 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_SRGB_DECODE_EXT, GL_SKIP_DECODE_EXT); in TEST_P()
H A DProgramBinaryTest.cpp928 glSamplerParameteri(sampler.get(), GL_TEXTURE_SRGB_DECODE_EXT, GL_SKIP_DECODE_EXT); in TEST_P()
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureStateQueryTests.cpp983 gl.glTexParameteri(m_target, m_pname, GL_SKIP_DECODE_EXT); in test()
985 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_SKIP_DECODE_EXT, m_type); in test()
991 gl.glTexParameterf(m_target, m_pname, GL_SKIP_DECODE_EXT); in test()
993 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_SKIP_DECODE_EXT, m_type); in test()
1002 const glw::GLint skipDecode = GL_SKIP_DECODE_EXT; in test()
1007 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_SKIP_DECODE_EXT, m_type); in test()
1016 const glw::GLuint skipDecode = GL_SKIP_DECODE_EXT; in test()
1021 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_SKIP_DECODE_EXT, m_type); in test()
2381 gl.glSamplerParameteri(m_target, m_pname, GL_SKIP_DECODE_EXT); in test()
2383 verifyStateSamplerParamInteger(result, gl, m_target, m_pname, GL_SKIP_DECODE_EXT, m_typ in test()
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_gen_mipmap.c129 if (texObj->Sampler.Attrib.sRGBDecode == GL_SKIP_DECODE_EXT) in st_generate_mipmap()
H A Dst_atom_sampler.c133 msamp->Attrib.sRGBDecode == GL_SKIP_DECODE_EXT); in st_convert_sampler()
H A Dst_sampler_view.c635 if (!ignore_srgb_decode && samp->Attrib.sRGBDecode == GL_SKIP_DECODE_EXT) in st_get_texture_sampler_view_from_stobj()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSRGBDecodeTests.cpp364 m_gl->samplerParameteri(m_samplerHandle, GL_TEXTURE_SRGB_DECODE_EXT, GL_SKIP_DECODE_EXT); in setDecode()
365 GLU_EXPECT_NO_ERROR(m_gl->getError(), "samplerParameteri(m_samplerID, GL_TEXTURE_SRGB_DECODE_EXT, GL_SKIP_DECODE_EXT)"); in setDecode()
374 DE_FATAL("sRGB texture sampler must have either GL_SKIP_DECODE_EXT or GL_DECODE_EXT settings"); in setDecode()
502 gl.texParameteri(this->getGLTargetType(), GL_TEXTURE_SRGB_DECODE_EXT, GL_SKIP_DECODE_EXT); in setDecode()
503 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(this->getGLTargetType(), GL_TEXTURE_SRGB_DECODE_EXT, GL_SKIP_DECODE_EXT)"); in setDecode()
/third_party/mesa3d/src/mesa/main/
H A Dsamplerobj.c836 if (param != GL_DECODE_EXT && param != GL_SKIP_DECODE_EXT) in set_sampler_srgb_decode()
H A Dtexparam.c604 if (decode == GL_DECODE_EXT || decode == GL_SKIP_DECODE_EXT) { in set_tex_parameteri()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp2793 if (srgbDecode == GL_SKIP_DECODE_EXT && !texelFetchStaticUse) in shouldDecodeSRGB()
H A DContextVk.cpp5363 if (activeTexture.srgbDecode == GL_SKIP_DECODE_EXT)
/third_party/mesa3d/include/GLES2/
H A Dgl2ext.h2216 #define GL_SKIP_DECODE_EXT 0x8A4A macro
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h2273 #define GL_SKIP_DECODE_EXT 0x8A4A macro
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h2163 #define GL_SKIP_DECODE_EXT 0x8A4A macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES.cpp396 case GL_SKIP_DECODE_EXT: in ValidateTextureSRGBDecodeValue()
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h2163 #define GL_SKIP_DECODE_EXT 0x8A4A macro
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h2208 #define GL_SKIP_DECODE_EXT 0x8A4A macro
/third_party/mesa3d/include/GL/
H A Dglcorearb.h4682 #define GL_SKIP_DECODE_EXT 0x8A4A macro
H A Dglext.h8561 #define GL_SKIP_DECODE_EXT 0x8A4A macro
/third_party/openGLES/api/GL/
H A Dglcorearb.h4674 #define GL_SKIP_DECODE_EXT 0x8A4A macro
H A Dglext.h8608 #define GL_SKIP_DECODE_EXT 0x8A4A macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h4647 #define GL_SKIP_DECODE_EXT 0x8A4A macro
H A Dglext.h8521 #define GL_SKIP_DECODE_EXT 0x8A4A macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h4647 #define GL_SKIP_DECODE_EXT 0x8A4A macro

Completed in 295 milliseconds

12