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

  /external/skia/include/gpu/
GrTexture.h 52 GrBytesPerPixel(fDesc.fConfig);
GrTypes.h 359 static inline size_t GrBytesPerPixel(GrPixelConfig config) {
  /external/skia/src/gpu/
GrRenderTarget.cpp 64 colorBits = GrBytesPerPixel(fDesc.fConfig);
GrContext.cpp 332 int bpp = GrBytesPerPixel(desc.fConfig);
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 636 size_t bpp = GrBytesPerPixel(dataConfig);
    [all...]

Completed in 46 milliseconds