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

  /external/skia/include/gpu/
GrTexture.h 53 return (size_t) fWidth * fHeight * GrBytesPerPixel(fConfig);
GrTypes.h 383 static inline size_t GrBytesPerPixel(GrPixelConfig config) {
  /external/skia/src/gpu/
GrRenderTarget.cpp 58 colorBits = GrBytesPerPixel(fConfig);
GrContext.cpp 388 int bpp = GrBytesPerPixel(desc.fConfig);
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGLShaders.cpp     [all...]
GrGpuGL.cpp 617 size_t bpp = GrBytesPerPixel(dataConfig);
    [all...]

Completed in 543 milliseconds