OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DrawTestSpec
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsDrawTest.hpp
51
struct
DrawTestSpec
240
DrawTestSpec
(void);
250
DrawTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const
DrawTestSpec
& spec, const char* name, const char* desc);
254
void addIteration (const
DrawTestSpec
& spec, const char* description = DE_NULL);
261
bool compare (gls::
DrawTestSpec
::Primitive primitiveType);
262
float getCoordScale (const
DrawTestSpec
& spec) const;
263
float getColorScale (const
DrawTestSpec
& spec) const;
279
std::vector<
DrawTestSpec
> m_specs;
glsDrawTest.cpp
79
static GLenum targetToGL (
DrawTestSpec
::Target target)
87
return de::getSizedArrayElement<
DrawTestSpec
::TARGET_LAST>(targets, (int)target);
90
static GLenum usageToGL (
DrawTestSpec
::Usage usage)
108
return de::getSizedArrayElement<
DrawTestSpec
::USAGE_LAST>(usages, (int)usage);
111
static GLenum inputTypeToGL (
DrawTestSpec
::InputType type)
130
return de::getSizedArrayElement<
DrawTestSpec
::INPUTTYPE_LAST>(types, (int)type);
133
static std::string outputTypeToGLType (
DrawTestSpec
::OutputType type)
154
return de::getSizedArrayElement<
DrawTestSpec
::OUTPUTTYPE_LAST>(types, (int)type);
157
static GLenum primitiveToGL (
DrawTestSpec
::Primitive primitive)
174
return de::getSizedArrayElement<
DrawTestSpec
::PRIMITIVE_LAST>(primitives, (int)primitive)
[
all
...]
Completed in 1358 milliseconds