Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cIndirectParametersTests.hpp61 class ParameterBufferOperationsCase : public deqp::TestCase class
65 ParameterBufferOperationsCase(deqp::Context& context);
Dgl4cIndirectParametersTests.cpp68 ParameterBufferOperationsCase::ParameterBufferOperationsCase(deqp::Context& context) in ParameterBufferOperationsCase() function in gl4cts::ParameterBufferOperationsCase
76 void ParameterBufferOperationsCase::init() in init()
84 tcu::TestNode::IterateResult ParameterBufferOperationsCase::iterate() in iterate()
711 addChild(new ParameterBufferOperationsCase(m_context)); in init()