Home
last modified time | relevance | path

Searched refs:createCompressedBackendTexture (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/include/gpu/
DGrDirectContext.h673 GrBackendTexture createCompressedBackendTexture(int width, int height,
681 GrBackendTexture createCompressedBackendTexture(int width, int height,
701 GrBackendTexture createCompressedBackendTexture(int width, int height,
709 GrBackendTexture createCompressedBackendTexture(int width, int height,
/third_party/skia/src/gpu/
DGrDirectContext.cpp753 GrBackendTexture beTex = gpu->createCompressedBackendTexture(dimensions, backendFormat, in create_and_update_compressed_backend_texture()
767 GrBackendTexture GrDirectContext::createCompressedBackendTexture( in createCompressedBackendTexture() function in GrDirectContext
803 GrBackendTexture GrDirectContext::createCompressedBackendTexture( in createCompressedBackendTexture() function in GrDirectContext
813 return this->createCompressedBackendTexture(width, height, format, color, in createCompressedBackendTexture()
818 GrBackendTexture GrDirectContext::createCompressedBackendTexture( in createCompressedBackendTexture() function in GrDirectContext
844 GrBackendTexture GrDirectContext::createCompressedBackendTexture( in createCompressedBackendTexture() function in GrDirectContext
854 return this->createCompressedBackendTexture(width, height, format, data, dataSize, mipMapped, in createCompressedBackendTexture()
DGrGpu.h544 GrBackendTexture createCompressedBackendTexture(SkISize dimensions,
DGrGpu.cpp859 GrBackendTexture GrGpu::createCompressedBackendTexture(SkISize dimensions, in createCompressedBackendTexture() function in GrGpu
/third_party/skia/tests/
DCompressedBackendAllocationTest.cpp312 return dContext->createCompressedBackendTexture(32, 32, format, color, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
325 return dContext->createCompressedBackendTexture(32, 32, format, data, dataSize, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/site/docs/user/release/
Drelease_notes.md645 GrContext::createCompressedBackendTexture
/third_party/skia/
DRELEASE_NOTES.txt752 GrContext::createCompressedBackendTexture