Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.hpp500 class StorageBufferTest : public RobustnessBase class
504 StorageBufferTest(tcu::TestContext& testCtx, glu::ApiType apiType);
505 virtual ~StorageBufferTest() in ~StorageBufferTest()
H A DglcRobustBufferAccessBehaviorTests.cpp3184 /* StorageBufferTest constants */
3185 const GLfloat StorageBufferTest::m_destination_data[4] = { 1.0f, 1.0f, 1.0f, 1.0f };
3186 const GLfloat StorageBufferTest::m_source_data[4] = { 2.0f, 3.0f, 4.0f, 5.0f };
3193 StorageBufferTest::StorageBufferTest(tcu::TestContext& testCtx, glu::ApiType apiType) in StorageBufferTest() function in glcts::RobustBufferAccessBehavior::StorageBufferTest
3206 tcu::TestNode::IterateResult StorageBufferTest::iterate() in iterate()
3290 std::string StorageBufferTest::getComputeShader(GLuint offset) in getComputeShader()
3332 bool StorageBufferTest::verifyResults(GLfloat* buffer_data) in verifyResults()
3696 addChild(new RobustBufferAccessBehavior::StorageBufferTest(m_testCtx, m_ApiType)); in init()

Completed in 10 milliseconds