Home
last modified time | relevance | path

Searched refs:fAllocateTextureStorage (Results 1 – 5 of 5) sorted by relevance

/external/skia/tests/
DTextureStorageAllocator.cpp65 grAllocator.fAllocateTextureStorage = &TestStorageAllocator::allocateTextureStorage; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
100 grAllocator.fAllocateTextureStorage = &TestStorageAllocator::allocateTextureStorage; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/include/gpu/
DGrTypes.h436 : fAllocateTextureStorage(nullptr) in GrTextureStorageAllocator()
461 AllocateTextureStorageProc fAllocateTextureStorage; member
/external/skia/src/gpu/
DGrTexture.cpp89 !desc.fTextureStorageAllocator.fAllocateTextureStorage) { in GrTexture()
DGrTextureProvider.cpp43 !desc.fTextureStorageAllocator.fAllocateTextureStorage) { in createTexture()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1002 if (desc.fTextureStorageAllocator.fAllocateTextureStorage) { in uploadTexData()
1528 if (desc.fTextureStorageAllocator.fAllocateTextureStorage) { in createTextureImpl()
1573 switch (desc.fTextureStorageAllocator.fAllocateTextureStorage( in createTextureExternalAllocatorImpl()