Home
last modified time | relevance | path

Searched defs:DeferredTextureImage (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/image/
DSkImage_Gpu.cpp516 struct DeferredTextureImage { struct
517 uint32_t fContextUniqueID;
519 SkDestinationSurfaceColorMode fColorMode;
521 int fWidth;
522 int fHeight;
523 SkColorType fColorType;
524 SkAlphaType fAlphaType;
525 void* fColorSpace;
526 size_t fColorSpaceSize;
527 int fMipMapLevelCount;
[all …]
/external/skia/tests/
DImageTest.cpp893 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(DeferredTextureImage, reporter, ctxInfo) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument