Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseTextureTests.hpp133 bool testTextureSparseARB(const Functions& gl, GLint target, GLint expectedError = GL_NO_ERROR);
Dgl4cSparseTextureTests.cpp379 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