Home
last modified time | relevance | path

Searched refs:createCompressedBackendTexture (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/include/gpu/
H A DGrDirectContext.h678 * createCompressedBackendTexture methods that take a CompressionType.
693 GrBackendTexture createCompressedBackendTexture(int width, int height,
701 GrBackendTexture createCompressedBackendTexture(int width, int height,
721 GrBackendTexture createCompressedBackendTexture(int width, int height,
729 GrBackendTexture createCompressedBackendTexture(int width, int height,
/third_party/skia/src/gpu/
H A DGrDirectContext.cpp959 GrBackendTexture beTex = gpu->createCompressedBackendTexture(dimensions, backendFormat, in create_and_update_compressed_backend_texture()
973 GrBackendTexture GrDirectContext::createCompressedBackendTexture( in createCompressedBackendTexture() function in GrDirectContext
1009 GrBackendTexture GrDirectContext::createCompressedBackendTexture( in createCompressedBackendTexture() function in GrDirectContext
1019 return this->createCompressedBackendTexture(width, height, format, color, in createCompressedBackendTexture()
1024 GrBackendTexture GrDirectContext::createCompressedBackendTexture( in createCompressedBackendTexture() function in GrDirectContext
1050 GrBackendTexture GrDirectContext::createCompressedBackendTexture( in createCompressedBackendTexture() function in GrDirectContext
1060 return this->createCompressedBackendTexture(width, height, format, data, dataSize, mipMapped, in createCompressedBackendTexture()
H A DGrGpu.h571 GrBackendTexture createCompressedBackendTexture(SkISize dimensions,
H A DGrGpu.cpp884 // Compressed formats must go through the createCompressedBackendTexture API in createBackendTexture()
914 GrBackendTexture GrGpu::createCompressedBackendTexture(SkISize dimensions, in createCompressedBackendTexture() function in GrGpu
/third_party/skia/tests/
H A 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()

Completed in 8 milliseconds