Home
last modified time | relevance | path

Searched refs:GrTextureStorageAllocator (Results 1 – 8 of 8) sorted by relevance

/external/skia/tests/
DTextureStorageAllocator.cpp19 static GrTextureStorageAllocator::Result allocateTextureStorage(void* ctx, in allocateTextureStorage()
24 return GrTextureStorageAllocator::Result::kFailed; in allocateTextureStorage()
43 return GrTextureStorageAllocator::Result::kSucceededWithoutUpload; in allocateTextureStorage()
64 GrTextureStorageAllocator grAllocator; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
99 GrTextureStorageAllocator grAllocator; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/include/core/
DSkSurface.h131 const SkSurfaceProps* = NULL, GrTextureStorageAllocator = GrTextureStorageAllocator());
/external/skia/src/gpu/
DSkGpuDevice.h57 … InitContents, GrTextureStorageAllocator = GrTextureStorageAllocator());
263 int sampleCount, GrTextureStorageAllocator);
DSkGpuDevice.cpp154 GrTextureStorageAllocator customAllocator) { in Create()
190 int sampleCount, GrTextureStorageAllocator textureStorageAllocator) { in CreateRenderTarget()
/external/skia/include/gpu/
DGrTypes.h434 struct GrTextureStorageAllocator { struct
435 GrTextureStorageAllocator() in GrTextureStorageAllocator() argument
517 GrTextureStorageAllocator fTextureStorageAllocator;
/external/skia/src/image/
DSkSurface.cpp215 const SkSurfaceProps*, GrTextureStorageAllocator) { in NewRenderTarget() argument
DSkSurface_Gpu.cpp146 GrTextureStorageAllocator customAllocator) { in NewRenderTarget()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1576 case GrTextureStorageAllocator::Result::kSucceededAndUploaded: in createTextureExternalAllocatorImpl()
1578 case GrTextureStorageAllocator::Result::kFailed: in createTextureExternalAllocatorImpl()
1580 case GrTextureStorageAllocator::Result::kSucceededWithoutUpload: in createTextureExternalAllocatorImpl()