Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsTextureStateQueryTests.cpp938 const glw::GLint skipDecode = GL_SKIP_DECODE_EXT; in test() local
941 gl.glTexParameterIiv(m_target, m_pname, &skipDecode); in test()
952 const glw::GLuint skipDecode = GL_SKIP_DECODE_EXT; in test() local
955 gl.glTexParameterIuiv(m_target, m_pname, &skipDecode); in test()
2336 const glw::GLint skipDecode = GL_SKIP_DECODE_EXT; in test() local
2339 gl.glSamplerParameterIiv(m_target, m_pname, &skipDecode); in test()
2350 const glw::GLuint skipDecode = GL_SKIP_DECODE_EXT; in test() local
2353 gl.glSamplerParameterIuiv(m_target, m_pname, &skipDecode); in test()