Home
last modified time | relevance | path

Searched refs:skipDecode (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
DglsTextureStateQueryTests.cpp817 const glw::GLint skipDecode = GL_SKIP_DECODE_EXT; in test() local
820 gl.glTexParameterIiv(m_target, m_pname, &skipDecode); in test()
831 const glw::GLuint skipDecode = GL_SKIP_DECODE_EXT; in test() local
834 gl.glTexParameterIuiv(m_target, m_pname, &skipDecode); in test()
2215 const glw::GLint skipDecode = GL_SKIP_DECODE_EXT; in test() local
2218 gl.glSamplerParameterIiv(m_target, m_pname, &skipDecode); in test()
2229 const glw::GLuint skipDecode = GL_SKIP_DECODE_EXT; in test() local
2232 gl.glSamplerParameterIuiv(m_target, m_pname, &skipDecode); in test()