Home
last modified time | relevance | path

Searched refs:GrTexturable (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp1684 GrTexturable texturable, in createVkImageForBackendSurface()
1689 SkASSERT(texturable == GrTexturable::kYes || renderable == GrRenderable::kYes); in createVkImageForBackendSurface()
1695 if (texturable == GrTexturable::kYes && !fVkCaps->isVkFormatTexturable(vkFormat)) { in createVkImageForBackendSurface()
1700 if (sampleCnt > 1 && (texturable == GrTexturable::kYes || renderable == GrRenderable::kNo)) { in createVkImageForBackendSurface()
1719 if (texturable == GrTexturable::kYes) { in createVkImageForBackendSurface()
1832 if (!this->createVkImageForBackendSurface(vkFormat, dimensions, 1, GrTexturable::kYes, in onCreateBackendTexture()
2124 if (!this->createVkImageForBackendSurface(vkFormat, dimensions, sampleCnt, GrTexturable::kNo, in createTestingOnlyBackendRenderTarget()
H A DGrVkGpu.h408 GrTexturable,
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp1283 GrTexturable texturable, in createTextureResourceForBackendSurface()
1289 SkASSERT(texturable == GrTexturable::kYes || renderable == GrRenderable::kYes); in createTextureResourceForBackendSurface()
1295 if (texturable == GrTexturable::kYes && !this->d3dCaps().isFormatTexturable(dxgiFormat)) { in createTextureResourceForBackendSurface()
1373 if (!this->createTextureResourceForBackendSurface(dxgiFormat, dimensions, GrTexturable::kYes, in onCreateBackendTexture()
1623 if (!this->createTextureResourceForBackendSurface(dxgiFormat, dimensions, GrTexturable::kNo, in createTestingOnlyBackendRenderTarget()
H A DGrD3DGpu.h290 GrTexturable texturable,
/third_party/skia/src/gpu/mtl/
H A DGrMtlGpu.h285 GrTexturable,
/third_party/skia/include/private/
H A DGrTypesPriv.h65 enum class GrTexturable : bool { class in GrPrimitiveRestart

Completed in 11 milliseconds