Home
last modified time | relevance | path

Searched refs:textureSwizzleSupport (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/gl/builders/
DGrGLShaderBuilder.cpp41 if (!gpu->glCaps().textureSwizzleSupport() && in append_texture_lookup()
133 if (caps.textureSwizzleSupport() && GrPixelConfigIsAlphaOnly(config)) { in GetTexParamSwizzle()
DGrGLFragmentShaderBuilder.cpp87 if (!caps.textureSwizzleSupport() && GrPixelConfigIsAlphaOnly(dstCopy->config())) { in KeyForDstRead()
/external/skia/src/gpu/gl/
DGrGLProgramDesc.cpp24 if (caps.textureSwizzleSupport()) { in swizzle_requires_alpha_remapping()
DGrGLCaps.h205 bool textureSwizzleSupport() const { return fTextureSwizzleSupport; } in textureSwizzleSupport() function
DGrGLGpu.cpp2265 if (this->glCaps().textureSwizzleSupport() && in bindTexture()