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

  /external/skia/src/gpu/gl/
GrGLCaps.h 193 bool textureSwizzleSupport() const { return fTextureSwizzleSupport; }
GrGLShaderBuilder.cpp 60 if (!caps.textureSwizzleSupport() && GrPixelConfigIsAlphaOnly(access.getTexture()->config())) {
136 if (!caps.textureSwizzleSupport() && swizzle_requires_alpha_remapping(caps, access)) {
154 if (caps.textureSwizzleSupport() && GrPixelConfigIsAlphaOnly(config)) {
GrGpuGL.cpp     [all...]

Completed in 6019 milliseconds