Home
last modified time | relevance | path

Searched refs:isTexturable (Results 1 – 16 of 16) sorted by relevance

/external/angle/src/tests/gl_tests/
DVulkanFormatTablesTest.cpp84 bool isTexturable = in TEST_P() local
89 EXPECT_EQ(isTexturable, textureCaps.texturable) << actualImageVkFormat; in TEST_P()
/external/angle/src/libANGLE/renderer/gl/egl/android/
DNativeBufferImageSiblingAndroid.h29 bool isTexturable(const gl::Context *context) const override;
DNativeBufferImageSiblingAndroid.cpp43 bool NativeBufferImageSiblingAndroid::isTexturable(const gl::Context *context) const in isTexturable() function in rx::NativeBufferImageSiblingAndroid
/external/angle/src/libANGLE/renderer/gl/egl/
DDmaBufImageSiblingEGL.h29 bool isTexturable(const gl::Context *context) const override;
DDmaBufImageSiblingEGL.cpp106 bool DmaBufImageSiblingEGL::isTexturable(const gl::Context *context) const in isTexturable() function in rx::DmaBufImageSiblingEGL
/external/skia/tests/
DGrSurfaceTest.cpp129 bool isTexturable = caps->isFormatTexturable(combo.fFormat); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
133 REPORTER_ASSERT(reporter, SkToBool(tex) == isTexturable, in DEF_GPUTEST_FOR_ALL_CONTEXTS()
136 SkToBool(tex), isTexturable); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
140 bool expectedMipMapability = isTexturable && caps->mipmapSupport() && !isCompressed; in DEF_GPUTEST_FOR_ALL_CONTEXTS()
/external/angle/src/libANGLE/renderer/vulkan/android/
DHardwareBufferImageSiblingVkAndroid.h32 bool isTexturable(const gl::Context *context) const override;
DHardwareBufferImageSiblingVkAndroid.cpp353 bool HardwareBufferImageSiblingVkAndroid::isTexturable(const gl::Context *context) const in isTexturable() function in rx::HardwareBufferImageSiblingVkAndroid
/external/angle/src/libANGLE/renderer/
DImageImpl.h41 virtual bool isTexturable(const gl::Context *context) const = 0;
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DExternalImageSiblingImpl11.h31 bool isTexturable(const gl::Context *context) const override;
DExternalImageSiblingImpl11.cpp74 bool ExternalImageSiblingImpl11::isTexturable(const gl::Context *context) const in isTexturable() function in rx::ExternalImageSiblingImpl11
/external/angle/src/libANGLE/renderer/metal/
DImageMtl.h35 bool isTexturable(const gl::Context *context) const override;
DImageMtl.mm99 bool TextureImageSiblingMtl::isTexturable(const gl::Context *context) const
/external/angle/src/libANGLE/
DImage.cpp198 return mImplementation->isTexturable(context); in isTextureable()
371 bool Image::isTexturable(const gl::Context *context) const in isTexturable() function in egl::Image
DImage.h159 bool isTexturable(const gl::Context *context) const;
DvalidationES.cpp4566 if (!imageObject->isTexturable(context)) in ValidateEGLImageTargetTexture2DOES()