Searched refs:GrTexturable (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.cpp | 1684 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 D | GrVkGpu.h | 408 GrTexturable,
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DGpu.cpp | 1283 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 D | GrD3DGpu.h | 290 GrTexturable texturable,
|
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlGpu.h | 285 GrTexturable,
|
/third_party/skia/include/private/ |
H A D | GrTypesPriv.h | 65 enum class GrTexturable : bool { class in GrPrimitiveRestart
|
Completed in 11 milliseconds