Searched refs:ShaderAllocator (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderApiTests.cpp | 211 class ShaderAllocator class 214 ShaderAllocator (glu::RenderContext& context, SourceGenerator& generator); 215 ~ShaderAllocator (void); 232 ShaderAllocator::ShaderAllocator (glu::RenderContext& context, SourceGenerator& generator) in ShaderAllocator() function in deqp::gles2::Functional::__anon43fcf5650111::ShaderAllocator 238 ShaderAllocator::~ShaderAllocator (void) in ~ShaderAllocator() 245 bool ShaderAllocator::hasShader (const glu::ShaderType shaderType) in hasShader() 253 glu::Shader& ShaderAllocator::createShader (const glu::ShaderType shaderType) in createShader() 265 void ShaderAllocator::deleteShader (const glu::ShaderType shaderType) in deleteShader() 273 void ShaderAllocator::setSource (const glu::ShaderType shaderType) in setSource() 294 …gram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, ShaderAllocator& shaders) in logProgram() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderApiTests.cpp | 264 class ShaderAllocator class 267 ShaderAllocator (glu::RenderContext& context, SourceGenerator& generator); 268 ~ShaderAllocator (void); 285 ShaderAllocator::ShaderAllocator (glu::RenderContext& context, SourceGenerator& generator) in ShaderAllocator() function in deqp::gles3::Functional::__anon4e5cec070111::ShaderAllocator 291 ShaderAllocator::~ShaderAllocator (void) in ~ShaderAllocator() 298 bool ShaderAllocator::hasShader (const glu::ShaderType shaderType) in hasShader() 306 glu::Shader& ShaderAllocator::createShader (const glu::ShaderType shaderType) in createShader() 318 void ShaderAllocator::deleteShader (const glu::ShaderType shaderType) in deleteShader() 326 void ShaderAllocator::setSource (const glu::ShaderType shaderType) in setSource() 348 …gram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, ShaderAllocator& shaders) in logProgram() [all …]
|