Home
last modified time | relevance | path

Searched refs:texturable (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp34 outTextureCaps->texturable = in FillTextureFormatCaps()
45 outTextureCaps->texturable && in FillTextureFormatCaps()
279 if (textureCaps.texturable) in initialize()
296 if (textureCaps.texturable) in initialize()
Dvk_caps_utils.cpp53 if (baseCaps.texturable && baseCaps.filterable) in FormatReinterpretationSupported()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp431 textureCaps.texturable = SUCCEEDED(d3d9->CheckDeviceFormat( in GenerateTextureFormatCaps()
436 textureCaps.texturable = in GenerateTextureFormatCaps()
441 if (textureCaps.texturable && (formatInfo.colorEncoding == GL_SRGB)) in GenerateTextureFormatCaps()
443 textureCaps.texturable = in GenerateTextureFormatCaps()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanFormatTablesTest.cpp89 EXPECT_EQ(isTexturable, textureCaps.texturable) << actualImageVkFormat; in TEST_P()
DD3D11FormatTablesTest.cpp74 EXPECT_EQ(textureable, textureInfo.texturable) << " for " << gl::FmtHex(internalFormat); in TEST_P()
/third_party/skia/src/image/
DSkSurface_Gpu.cpp437 bool texturable) { in validate_backend_texture() argument
455 if (texturable && !caps->isFormatTexturable(backendFormat, tex.textureType())) { in validate_backend_texture()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_format_utils.mm112 caps->texturable = caps->filterable = caps->textureAttachment = caps->renderbuffer =
152 textureCaps.texturable = true;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h33 bool texturable = false; member
DCaps.cpp71 caps.texturable = internalFormatInfo.textureSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
175 if (requiresTexturing && !cap.texturable) in GetFormatSupportBase()
DContext.cpp3947 formatCaps.texturable = formatCaps.texturable && in updateCaps()
3999 if (formatCaps.texturable) in updateCaps()
4017 if (formatCaps.texturable && formatInfo.compressed) in updateCaps()
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.h282 GrTexturable texturable,
DGrD3DGpu.cpp1272 GrTexturable texturable, in createTextureResourceForBackendSurface() argument
1278 SkASSERT(texturable == GrTexturable::kYes || renderable == GrRenderable::kYes); in createTextureResourceForBackendSurface()
1284 if (texturable == GrTexturable::kYes && !this->d3dCaps().isFormatTexturable(dxgiFormat)) { in createTextureResourceForBackendSurface()
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp1549 GrTexturable texturable, in createVkImageForBackendSurface() argument
1554 SkASSERT(texturable == GrTexturable::kYes || renderable == GrRenderable::kYes); in createVkImageForBackendSurface()
1560 if (texturable == GrTexturable::kYes && !fVkCaps->isVkFormatTexturable(vkFormat)) { in createVkImageForBackendSurface()
1565 if (sampleCnt > 1 && (texturable == GrTexturable::kYes || renderable == GrRenderable::kNo)) { in createVkImageForBackendSurface()
1584 if (texturable == GrTexturable::kYes) { in createVkImageForBackendSurface()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_view.txt447 formats differently than GL, depth formats are not texturable and
449 depth formats are all texturable and we don't have equivalent RG
/third_party/openGLES/extensions/ARB/
DARB_texture_view.txt457 formats differently than GL, depth formats are not texturable and
459 depth formats are all texturable and we don't have equivalent RG
/third_party/skia/src/gpu/mtl/
DGrMtlGpu.mm866 GrTexturable texturable,
870 SkASSERT(texturable == GrTexturable::kYes || renderable == GrRenderable::kYes);
872 if (texturable == GrTexturable::kYes && !fMtlCaps->isFormatTexturable(mtlFormat)) {
892 MTLTextureUsage usage = texturable == GrTexturable::kYes ? MTLTextureUsageShaderRead : 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp438 textureCaps.texturable = MeetsRequirements(functions, formatInfo.texture); in GenerateTextureFormatCaps()
440 textureCaps.texturable && MeetsRequirements(functions, formatInfo.filter); in GenerateTextureFormatCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp106 textureCaps.texturable = support.query(formatInfo.texFormat, texSupportMask); in GenerateTextureFormatCaps()
/third_party/openGLES/extensions/EXT/
DEXT_framebuffer_object.txt2807 share-able, non-texturable renderable entitites that can be
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_framebuffer_object.txt2807 share-able, non-texturable renderable entitites that can be