Lines Matching refs:ShaderCompilerTextureCase
518 class ShaderCompilerTextureCase : public ShaderCompilerCase class
521 …ShaderCompilerTextureCase (Context& context, const char* name, const char* description, int caseID…
522 ~ShaderCompilerTextureCase (void);
2206 ShaderCompilerTextureCase::ShaderCompilerTextureCase (Context& context, const char* name, const cha… in ShaderCompilerTextureCase() function in deqp::gles2::Performance::ShaderCompilerTextureCase
2214 ShaderCompilerTextureCase::~ShaderCompilerTextureCase (void) in ~ShaderCompilerTextureCase()
2216 ShaderCompilerTextureCase::deinit(); in ~ShaderCompilerTextureCase()
2219 void ShaderCompilerTextureCase::deinit (void) in deinit()
2226 void ShaderCompilerTextureCase::init (void) in init()
2258 ShaderCompilerCase::ProgramContext ShaderCompilerTextureCase::generateShaderData (int measurementNd… in generateShaderData()
2916 …validTexGroup->addChild(new ShaderCompilerTextureCase(context, caseName.c_str(), "", caseID++, tru… in addShaderCompilationPerformanceCases()
2917 …cacheTexGroup->addChild(new ShaderCompilerTextureCase(context, caseName.c_str(), "", caseID++, fal… in addShaderCompilationPerformanceCases()
3125 …whitespaceCommentCacheGroup->addChild(new ShaderCompilerTextureCase(context, "texture_4_lookups", … in addShaderCompilationPerformanceCases()