HomeSort by relevance Sort by last modified time
    Searched defs:DrawTestSpec (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsDrawTest.hpp 46 struct DrawTestSpec
235 DrawTestSpec (void);
245 DrawTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const DrawTestSpec& spec, const char* name, const char* desc);
249 void addIteration (const DrawTestSpec& spec, const char* description = DE_NULL);
256 bool compare (gls::DrawTestSpec::Primitive primitiveType);
257 float getCoordScale (const DrawTestSpec& spec) const;
258 float getColorScale (const DrawTestSpec& spec) const;
273 std::vector<DrawTestSpec> m_specs;
glsDrawTest.cpp 78 static GLenum targetToGL (DrawTestSpec::Target target)
86 return de::getSizedArrayElement<DrawTestSpec::TARGET_LAST>(targets, (int)target);
89 static GLenum usageToGL (DrawTestSpec::Usage usage)
107 return de::getSizedArrayElement<DrawTestSpec::USAGE_LAST>(usages, (int)usage);
110 static GLenum inputTypeToGL (DrawTestSpec::InputType type)
129 return de::getSizedArrayElement<DrawTestSpec::INPUTTYPE_LAST>(types, (int)type);
132 static std::string outputTypeToGLType (DrawTestSpec::OutputType type)
153 return de::getSizedArrayElement<DrawTestSpec::OUTPUTTYPE_LAST>(types, (int)type);
156 static GLenum primitiveToGL (DrawTestSpec::Primitive primitive)
173 return de::getSizedArrayElement<DrawTestSpec::PRIMITIVE_LAST>(primitives, (int)primitive)
    [all...]

Completed in 60 milliseconds