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

  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 211 class ShaderAllocator
214 ShaderAllocator (glu::RenderContext& context, SourceGenerator& generator);
215 ~ShaderAllocator (void);
232 ShaderAllocator::ShaderAllocator (glu::RenderContext& context, SourceGenerator& generator)
238 ShaderAllocator::~ShaderAllocator (void)
245 bool ShaderAllocator::hasShader (const glu::ShaderType shaderType)
253 glu::Shader& ShaderAllocator::createShader (const glu::ShaderType shaderType)
265 void ShaderAllocator::deleteShader (const glu::ShaderType shaderType
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 264 class ShaderAllocator
267 ShaderAllocator (glu::RenderContext& context, SourceGenerator& generator);
268 ~ShaderAllocator (void);
285 ShaderAllocator::ShaderAllocator (glu::RenderContext& context, SourceGenerator& generator)
291 ShaderAllocator::~ShaderAllocator (void)
298 bool ShaderAllocator::hasShader (const glu::ShaderType shaderType)
306 glu::Shader& ShaderAllocator::createShader (const glu::ShaderType shaderType)
318 void ShaderAllocator::deleteShader (const glu::ShaderType shaderType
    [all...]

Completed in 219 milliseconds