Searched refs:testTextureSparseARB (Results 1 – 2 of 2) sorted by relevance
133 bool testTextureSparseARB(const Functions& gl, GLint target, GLint expectedError = GL_NO_ERROR);
379 result = testTextureSparseARB(gl, target) && testVirtualPageSizeIndexARB(gl, target) && in iterate()404 result = testTextureSparseARB(gl, target, GL_INVALID_VALUE); in iterate()429 bool TextureParameterQueriesTestCase::testTextureSparseARB(const Functions& gl, GLint target, GLint… in testTextureSparseARB() function in gl4cts::TextureParameterQueriesTestCase