| /third_party/skia/m133/tools/gpu/ |
| D | BackendTextureImageFactory.cpp | 94 Renderable isRenderable, in MakeBackendTextureImage() 120 Renderable isRenderable, in MakeBackendTextureImage()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/ |
| D | NativeBufferImageSiblingAndroid.cpp | 40 bool NativeBufferImageSiblingAndroid::isRenderable(const gl::Context *context) const in isRenderable() function in rx::NativeBufferImageSiblingAndroid
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
| D | DmaBufImageSiblingEGL.cpp | 42 bool DmaBufImageSiblingEGL::isRenderable(const gl::Context *context) const in isRenderable() function in rx::DmaBufImageSiblingEGL
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Image.cpp | 128 bool ImageSibling::isRenderable(const gl::Context *context, in isRenderable() function in egl::ImageSibling 197 bool ExternalImageSibling::isRenderable(const gl::Context *context, in isRenderable() function in egl::ExternalImageSibling 363 bool Image::isRenderable(const gl::Context *context) const in isRenderable() function in egl::Image
|
| D | FramebufferAttachment.h | 281 inline bool FramebufferAttachment::isRenderable(const Context *context) const in isRenderable() function
|
| D | Renderbuffer.cpp | 350 bool Renderbuffer::isRenderable(const Context *context, in isRenderable() function in gl::Renderbuffer
|
| /third_party/skia/m133/src/gpu/ganesh/gl/ |
| D | AHardwareBufferGL.cpp | 122 bool isRenderable) { in make_gl_backend_texture() 209 bool isRenderable) { in MakeGLBackendTexture()
|
| /third_party/skia/m133/src/gpu/ganesh/ |
| D | GrAHardwareBufferUtils.cpp | 59 bool isRenderable, in MakeBackendTexture()
|
| /third_party/skia/m133/src/gpu/ganesh/vk/ |
| D | AHardwareBufferVk.cpp | 156 bool isRenderable, in make_vk_backend_texture() 334 bool isRenderable, in MakeVulkanBackendTexture()
|
| /third_party/skia/src/gpu/ |
| D | GrAHardwareBufferUtils.cpp | 215 bool isRenderable) { in make_gl_backend_texture() 309 bool isRenderable) { in make_vk_backend_texture() 542 bool isRenderable) { in MakeBackendTexture()
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | VulkanFormatTablesTest.cpp | 113 bool isRenderable = isRenderableColor || isRenderableDepthStencil; in TEST_P() local
|
| /third_party/skia/m133/src/gpu/graphite/ |
| D | ResourceProvider.cpp | 303 bool isRenderable, in createBackendTexture() 318 bool isRenderable, in onCreateBackendTexture()
|
| D | Recorder.cpp | 292 bool isRenderable, in createBackendTexture()
|
| /third_party/skia/m133/src/image/ |
| D | SkImage_AndroidFactories.cpp | 116 const bool isRenderable = SkToBool(bufferDesc.usage & AHARDWAREBUFFER_USAGE_GPU_FRAMEBUFFER); in TextureFromAHardwareBufferWithData() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | ExternalImageSiblingImpl11.cpp | 69 bool ExternalImageSiblingImpl11::isRenderable(const gl::Context *context) const in isRenderable() function in rx::ExternalImageSiblingImpl11
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcConfigListEGL.cpp | 115 bool isRenderable = (renderableBits & renderableMask) == renderableMask; in getDefaultEglConfigList() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Format.h | 88 bool isRenderable; member
|
| D | Format.cpp | 262 bool isRenderable, bool isSupported, uint8_t componentCount) { in BuildFormatTable()
|
| /third_party/skia/m133/tests/ |
| D | GrSurfaceTest.cpp | 233 bool isRenderable = caps->isFormatRenderable(combo.fFormat, 1); in DEF_GANESH_TEST_FOR_ALL_CONTEXTS() local 252 bool isRenderable = caps->isFormatRenderable(combo.fFormat, 2); in DEF_GANESH_TEST_FOR_ALL_CONTEXTS() local
|
| /third_party/skia/tests/ |
| D | GrSurfaceTest.cpp | 153 bool isRenderable = caps->isFormatRenderable(combo.fFormat, 1); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local 166 bool isRenderable = caps->isFormatRenderable(combo.fFormat, 2); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| D | mtl_format_utils.h | 51 bool isRenderable() const { return colorRenderable || depthRenderable; } in isRenderable() function
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
| D | HardwareBufferImageSiblingVkAndroid.cpp | 384 bool HardwareBufferImageSiblingVkAndroid::isRenderable(const gl::Context *context) const in isRenderable() function in rx::HardwareBufferImageSiblingVkAndroid
|
| /third_party/skia/m133/src/gpu/graphite/dawn/ |
| D | DawnCaps.cpp | 168 bool DawnCaps::isRenderable(const TextureInfo& info) const { in isRenderable() function in skgpu::graphite::DawnCaps 199 bool DawnCaps::isRenderable(wgpu::TextureFormat format, uint32_t sampleCount) const { in isRenderable() function in skgpu::graphite::DawnCaps
|
| /third_party/skia/m133/src/gpu/graphite/vk/ |
| D | VulkanCaps.cpp | 1189 bool VulkanCaps::FormatInfo::isRenderable(VkImageTiling imageTiling, in isRenderable() function in skgpu::graphite::VulkanCaps::FormatInfo 1359 bool VulkanCaps::isRenderable(const TextureInfo& texInfo) const { in isRenderable() function in skgpu::graphite::VulkanCaps 1367 bool VulkanCaps::isRenderable(const VulkanTextureInfo& vkInfo) const { in isRenderable() function in skgpu::graphite::VulkanCaps
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/ |
| D | DmaBufImageSiblingVkLinux.cpp | 515 bool DmaBufImageSiblingVkLinux::isRenderable(const gl::Context *context) const in isRenderable() function in rx::DmaBufImageSiblingVkLinux
|