Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.hpp566 class PixelUnpackBufferStorageTestCase : public BufferStorageTestCase class
570PixelUnpackBufferStorageTestCase(const glw::Functions& gl, tcu::TestContext& testContext, glw::GLi…
Dgl4cSparseBufferTests.cpp3347 PixelUnpackBufferStorageTestCase::PixelUnpackBufferStorageTestCase(const glw::Functions& gl, in PixelUnpackBufferStorageTestCase() function in gl4cts::PixelUnpackBufferStorageTestCase
3371 void PixelUnpackBufferStorageTestCase::deinitTestCaseGlobal() in deinitTestCaseGlobal()
3410 void PixelUnpackBufferStorageTestCase::deinitTestCaseIteration() in deinitTestCaseIteration()
3434 bool PixelUnpackBufferStorageTestCase::execute(glw::GLuint sparse_bo_storage_flags) in execute()
3610 bool PixelUnpackBufferStorageTestCase::initTestCaseGlobal() in initTestCaseGlobal()
3668 bool PixelUnpackBufferStorageTestCase::initTestCaseIteration(glw::GLuint sparse_bo) in initTestCaseIteration()
6655 m_testCases.push_back(new PixelUnpackBufferStorageTestCase(gl, m_testCtx, page_size)); in initTestCases()