Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.hpp500 class StorageBufferTest : public RobustnessBase class
504 StorageBufferTest(tcu::TestContext& testCtx, glu::ApiType apiType);
505 virtual ~StorageBufferTest() in ~StorageBufferTest()
DglcRobustBufferAccessBehaviorTests.cpp3190 const GLfloat StorageBufferTest::m_destination_data[4] = { 1.0f, 1.0f, 1.0f, 1.0f };
3191 const GLfloat StorageBufferTest::m_source_data[4] = { 2.0f, 3.0f, 4.0f, 5.0f };
3198 StorageBufferTest::StorageBufferTest(tcu::TestContext& testCtx, glu::ApiType apiType) in StorageBufferTest() function in glcts::RobustBufferAccessBehavior::StorageBufferTest
3211 tcu::TestNode::IterateResult StorageBufferTest::iterate() in iterate()
3295 std::string StorageBufferTest::getComputeShader(GLuint offset) in getComputeShader()
3337 bool StorageBufferTest::verifyResults(GLfloat* buffer_data) in verifyResults()
3661 addChild(new RobustBufferAccessBehavior::StorageBufferTest(m_testCtx, m_ApiType)); in init()