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

  /external/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 41 if (GrPixelConfigIsAlphaOnly(access.getTexture()->config())) {
60 if (!caps.textureSwizzleSupport() && GrPixelConfigIsAlphaOnly(access.getTexture()->config())) {
154 if (caps.textureSwizzleSupport() && GrPixelConfigIsAlphaOnly(config)) {
  /external/skia/src/gpu/
GrTextContext.cpp 38 if (!GrPixelConfigIsAlphaOnly(fCurrTexture->config())) {
  /external/skia/include/gpu/
GrTypes.h 384 static inline bool GrPixelConfigIsAlphaOnly(GrPixelConfig config) {

Completed in 9137 milliseconds