Home
last modified time | relevance | path

Searched defs:GrMipLevel (Results 1 – 3 of 3) sorted by relevance

/external/skqp/include/gpu/
DGrTypes.h395 struct GrMipLevel { struct
396 const void* fPixels;
397 size_t fRowBytes;
/external/skia/include/gpu/
DGrTypes.h396 struct GrMipLevel { struct
397 const void* fPixels;
398 size_t fRowBytes;
/external/skia/src/gpu/mtl/
DGrMtlGpu.h116 int height, GrColorType, const GrMipLevel[], in onWritePixels()