Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureStateQueryTests.cpp1002 const glw::GLint skipDecode = GL_SKIP_DECODE_EXT; in test() local
1005 gl.glTexParameterIiv(m_target, m_pname, &skipDecode); in test()
1016 const glw::GLuint skipDecode = GL_SKIP_DECODE_EXT; in test() local
1019 gl.glTexParameterIuiv(m_target, m_pname, &skipDecode); in test()
2400 const glw::GLint skipDecode = GL_SKIP_DECODE_EXT; in test() local
2403 gl.glSamplerParameterIiv(m_target, m_pname, &skipDecode); in test()
2414 const glw::GLuint skipDecode = GL_SKIP_DECODE_EXT; in test() local
2417 gl.glSamplerParameterIuiv(m_target, m_pname, &skipDecode); in test()

Completed in 4 milliseconds