Home
last modified time | relevance | path

Searched refs:ShaderAllocator (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp211 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::__anon496105c40111::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/
Des3fShaderApiTests.cpp264 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::__anon53c0fc660111::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 …]