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

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSparseTextureTests.hpp183 void testSipmleQueries(const Functions& gl, GLint pname);
H A Dgl4cSparseTextureTests.cpp954 testSipmleQueries(gl, GL_MAX_SPARSE_TEXTURE_SIZE_ARB);
955 testSipmleQueries(gl, GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB);
956 testSipmleQueries(gl, GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB);
957 testSipmleQueries(gl, GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_ARB);
963 void SimpleQueriesTestCase::testSipmleQueries(const Functions& gl, GLint pname) function in class:gl4cts::SimpleQueriesTestCase

Completed in 146 milliseconds