OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShaderCaseSpecification
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsShaderLibraryCase.cpp
184
ShaderCase::
ShaderCaseSpecification
::
ShaderCaseSpecification
(void)
191
ShaderCase::
ShaderCaseSpecification
ShaderCase::
ShaderCaseSpecification
::generateSharedSourceVertexCase (ExpectResult expectResult_, glu::GLSLVersion targetVersion_, const std::vector<ValueBlock>& values, const std::string& sharedSource)
193
ShaderCaseSpecification
retVal;
202
ShaderCase::
ShaderCaseSpecification
ShaderCase::
ShaderCaseSpecification
::generateSharedSourceFragmentCase (ExpectResult expectResult_, glu::GLSLVersion targetVersion_, const std::vector<ValueBlock>& values, const std::string& sharedSource)
204
ShaderCaseSpecification
retVal;
324
ShaderCase::ShaderCase (tcu::TestContext& testCtx, RenderContext& renderCtx, const glu::ContextInfo& contextInfo, const char* name, const char* description, const
ShaderCaseSpecification
& specification)
[
all
...]
glsShaderLibraryCase.hpp
136
struct
ShaderCaseSpecification
138
ShaderCaseSpecification
(void);
140
static
ShaderCaseSpecification
generateSharedSourceVertexCase (ExpectResult expectResult_, glu::GLSLVersion targetVersion_, const std::vector<ValueBlock>& values, const std::string& sharedSource);
141
static
ShaderCaseSpecification
generateSharedSourceFragmentCase (ExpectResult expectResult_, glu::GLSLVersion targetVersion_, const std::vector<ValueBlock>& values, const std::string& sharedSource);
181
const
ShaderCaseSpecification
& specification);
Completed in 36 milliseconds