OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DrawTest
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawShaderDrawParametersTests.cpp
79
class
DrawTest
: public DrawTestsBaseClass
83
DrawTest
(Context &context, TestSpec testSpec);
103
DrawTest
::
DrawTest
(Context &context, TestSpec testSpec)
191
void
DrawTest
::setIndirectCommand (const T (&pCmdData)[N])
202
void
DrawTest
::drawReferenceImage (const tcu::PixelBufferAccess& refImage) const
234
tcu::TestStatus
DrawTest
::iterate (void)
336
void addDrawCase (tcu::TestCaseGroup* group, const
DrawTest
::TestSpec testSpec, const TestFlags flags)
346
group->addChild(new InstanceFactory<
DrawTest
>(group->getTestContext(), name.str(), "", addFlags(testSpec, flags)));
359
DrawTest
::TestSpec testSpec
[
all
...]
/external/deqp/modules/glshared/
glsDrawTest.hpp
242
class
DrawTest
: public tcu::TestCase
245
DrawTest
(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const DrawTestSpec& spec, const char* name, const char* desc);
246
DrawTest
(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc);
247
virtual ~
DrawTest
(void);
glsDrawTest.cpp
[
all
...]
Completed in 91 milliseconds