Home
last modified time | relevance | path

Searched refs:GrPixelConfigIsUnorm (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/gpu/
DGrTypes.h526 static inline bool GrPixelConfigIsUnorm(GrPixelConfig config) { in GrPixelConfigIsUnorm() function
/external/skia/src/gpu/gl/
DGrGLGpu.cpp687 if (GrPixelConfigIsUnorm(texture->config()) && texture->hasBaseLevelBeenBoundToFBO() && in onGetWritePixelsInfo()