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 315 static inline bool GrPixelConfigIsRGBA8888(GrPixelConfig config) {
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 349 if (GR_GL_RGBA_8888_PIXEL_OPS_SLOW && GrPixelConfigIsRGBA8888(config)) {
357 if (GR_GL_RGBA_8888_PIXEL_OPS_SLOW && GrPixelConfigIsRGBA8888(config)) {
    [all...]

Completed in 61 milliseconds