HomeSort by relevance Sort by last modified time
    Searched defs:hasShader (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/gm/
modecolorfilters.cpp 131 bool hasShader = NULL == paint.getShader();
132 int paintColorCnt = hasShader ? SK_ARRAY_COUNT(alphas) : SK_ARRAY_COUNT(colors);
133 SkColor* paintColors = hasShader ? alphas : colors;
  /external/skia/gm/
modecolorfilters.cpp 131 bool hasShader = NULL == paint.getShader();
132 int paintColorCnt = hasShader ? SK_ARRAY_COUNT(alphas) : SK_ARRAY_COUNT(colors);
133 SkColor* paintColors = hasShader ? alphas : colors;
  /external/deqp/framework/opengl/
gluShaderProgram.hpp 180 bool hasShader (glu::ShaderType shaderType) const { return !m_shaders[shaderType].empty(); }
  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 217 bool hasShader (const glu::ShaderType shaderType);
224 glu::Shader& get (const glu::ShaderType shaderType) { DE_ASSERT(hasShader(shaderType)); return *m_shaders[shaderType]; }
245 bool ShaderAllocator::hasShader (const glu::ShaderType shaderType)
255 DE_ASSERT(!this->hasShader(shaderType));
267 DE_ASSERT(this->hasShader(shaderType));
275 DE_ASSERT(this->hasShader(shaderType));
302 if (shaders.hasShader(shaderType))
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 270 bool hasShader (const glu::ShaderType shaderType);
277 glu::Shader& get (const glu::ShaderType shaderType) { DE_ASSERT(hasShader(shaderType)); return *m_shaders[shaderType]; }
298 bool ShaderAllocator::hasShader (const glu::ShaderType shaderType)
308 DE_ASSERT(!this->hasShader(shaderType));
320 DE_ASSERT(this->hasShader(shaderType));
328 DE_ASSERT(this->hasShader(shaderType));
356 if (shaders.hasShader(shaderType))
    [all...]

Completed in 826 milliseconds