Lines Matching refs:ShaderCompilerLightCase
499 class ShaderCompilerLightCase : public ShaderCompilerCase class
502 …ShaderCompilerLightCase (Context& context, const char* name, const char* description, int caseID,…
503 ~ShaderCompilerLightCase (void);
2166 ShaderCompilerLightCase::ShaderCompilerLightCase (Context& context, const char* name, const char* d… in ShaderCompilerLightCase() function in deqp::gles3::Performance::ShaderCompilerLightCase
2175 ShaderCompilerLightCase::~ShaderCompilerLightCase (void) in ~ShaderCompilerLightCase()
2177 ShaderCompilerLightCase::deinit(); in ~ShaderCompilerLightCase()
2180 void ShaderCompilerLightCase::deinit (void) in deinit()
2186 void ShaderCompilerLightCase::init (void) in init()
2212 ShaderCompilerCase::ProgramContext ShaderCompilerLightCase::generateShaderData (int measurementNdx)… in generateShaderData()
2874 …validLightingGroup->addChild(new ShaderCompilerLightCase(context, caseName.c_str(), "", caseID++, … in addShaderCompilationPerformanceCases()
2875 …cacheLightingGroup->addChild(new ShaderCompilerLightCase(context, caseName.c_str(), "", caseID++, … in addShaderCompilationPerformanceCases()
3139 …whitespaceCommentCacheGroup->addChild(new ShaderCompilerLightCase(context, dirLightName.c_str(), "… in addShaderCompilationPerformanceCases()