Searched defs:createBackendTexture (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ |
D | GrContext.cpp | 369 GrBackendTexture GrContext::createBackendTexture(int width, int height, in createBackendTexture() function in GrContext 387 GrBackendTexture GrContext::createBackendTexture(int width, int height, in createBackendTexture() function in GrContext 405 GrBackendTexture GrContext::createBackendTexture(const SkSurfaceCharacterization& c) { in createBackendTexture() function in GrContext 436 GrBackendTexture GrContext::createBackendTexture(const SkSurfaceCharacterization& c, in createBackendTexture() function in GrContext 468 GrBackendTexture GrContext::createBackendTexture(int width, int height, in createBackendTexture() function in GrContext 488 GrBackendTexture GrContext::createBackendTexture(int width, int height, in createBackendTexture() function in GrContext 514 GrBackendTexture GrContext::createBackendTexture(const SkPixmap srcData[], int numProvidedLevels, in createBackendTexture() function in GrContext
|
D | GrGpu.cpp | 827 GrBackendTexture GrGpu::createBackendTexture(SkISize dimensions, in createBackendTexture() function in GrGpu
|
/external/skia/include/gpu/ |
D | GrContext.h | 497 GrBackendTexture createBackendTexture(const SkPixmap& srcData, in createBackendTexture() function
|