OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RandomShaderCase
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsRandomShaderCase.hpp
78
class
RandomShaderCase
: public tcu::TestCase
81
RandomShaderCase
(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, const rsg::ProgramParameters& params);
82
virtual ~
RandomShaderCase
(void);
glsRandomShaderCase.cpp
118
RandomShaderCase
::
RandomShaderCase
(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, const rsg::ProgramParameters& params)
131
RandomShaderCase
::~
RandomShaderCase
(void)
137
void
RandomShaderCase
::init (void)
253
void
RandomShaderCase
::checkShaderLimits (const rsg::Shader& shader) const
274
void
RandomShaderCase
::checkProgramLimits (const rsg::Shader& vtxShader, const rsg::Shader& frgShader) const
294
const glu::Texture2D*
RandomShaderCase
::getTex2D (void)
317
const glu::TextureCube*
RandomShaderCase
::getTexCube (void)
355
void
RandomShaderCase
::deinit (void
[
all
...]
Completed in 56 milliseconds