Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.hpp466 class InvalidateBufferStorageTestCase : public BufferStorageTestCase class
470InvalidateBufferStorageTestCase(const glw::Functions& gl, tcu::TestContext& testContext, glw::GLin…
Dgl4cSparseBufferTests.cpp2823 InvalidateBufferStorageTestCase::InvalidateBufferStorageTestCase(const glw::Functions& gl, in InvalidateBufferStorageTestCase() function in gl4cts::InvalidateBufferStorageTestCase
2840 void InvalidateBufferStorageTestCase::deinitTestCaseGlobal() in deinitTestCaseGlobal()
2846 void InvalidateBufferStorageTestCase::deinitTestCaseIteration() in deinitTestCaseIteration()
2870 bool InvalidateBufferStorageTestCase::execute(glw::GLuint sparse_bo_storage_flags) in execute()
2909 bool InvalidateBufferStorageTestCase::initTestCaseGlobal() in initTestCaseGlobal()
2926 bool InvalidateBufferStorageTestCase::initTestCaseIteration(glw::GLuint sparse_bo) in initTestCaseIteration()
6628 m_testCases.push_back(new InvalidateBufferStorageTestCase(gl, m_testCtx, page_size)); in initTestCases()