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

  /external/skia/include/gpu/
GrTypes.h 331 static inline bool GrPixelConfigIsRGBA8888(GrPixelConfig config) {
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 376 if (GR_GL_RGBA_8888_PIXEL_OPS_SLOW && GrPixelConfigIsRGBA8888(config)) {
384 if (GR_GL_RGBA_8888_PIXEL_OPS_SLOW && GrPixelConfigIsRGBA8888(config)) {
    [all...]

Completed in 70 milliseconds