/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | ImageMtl.h | 42 const mtl::TextureRef &getTexture() const { return mNativeTexture; } in getTexture() function 69 const mtl::TextureRef &getTexture() const { return mNativeTexture; } in getTexture() function
|
D | RenderTargetMtl.h | 49 mtl::TextureRef getTexture() const { return mTexture.lock(); } in getTexture() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | RenderTarget9.cpp | 80 IDirect3DBaseTexture9 *TextureRenderTarget9::getTexture() const in getTexture() function in rx::TextureRenderTarget9 145 IDirect3DBaseTexture9 *SurfaceRenderTarget9::getTexture() const in getTexture() function in rx::SurfaceRenderTarget9
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | RenderTarget9.cpp | 80 IDirect3DBaseTexture9 *TextureRenderTarget9::getTexture() const in getTexture() function in rx::TextureRenderTarget9 145 IDirect3DBaseTexture9 *SurfaceRenderTarget9::getTexture() const in getTexture() function in rx::SurfaceRenderTarget9
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 1035 const tcu::Texture1D& TestTexture1D::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture1D 1040 tcu::Texture1D& TestTexture1D::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture1D 1107 const tcu::Texture1DArray& TestTexture1DArray::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture1DArray 1112 tcu::Texture1DArray& TestTexture1DArray::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture1DArray 1183 const tcu::Texture2D& TestTexture2D::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture2D 1188 tcu::Texture2D& TestTexture2D::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture2D 1255 const tcu::Texture2DArray& TestTexture2DArray::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture2DArray 1260 tcu::Texture2DArray& TestTexture2DArray::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture2DArray 1322 const tcu::Texture3D& TestTexture3D::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture3D 1327 tcu::Texture3D& TestTexture3D::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture3D [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | RenderTarget11.cpp | 264 const TextureHelper11 &TextureRenderTarget11::getTexture() const in getTexture() function in rx::TextureRenderTarget11 358 const TextureHelper11 &SurfaceRenderTarget11::getTexture() const in getTexture() function in rx::SurfaceRenderTarget11
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | RenderTarget11.cpp | 264 const TextureHelper11 &TextureRenderTarget11::getTexture() const in getTexture() function in rx::TextureRenderTarget11 358 const TextureHelper11 &SurfaceRenderTarget11::getTexture() const in getTexture() function in rx::SurfaceRenderTarget11
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | ResourceManager.h | 176 ANGLE_INLINE Texture *getTexture(TextureID handle) const in getTexture() function
|
D | FramebufferAttachment.cpp | 218 Texture *FramebufferAttachment::getTexture() const in getTexture() function in gl::FramebufferAttachment
|
D | Context.h | 372 ANGLE_INLINE Texture *getTexture(TextureID handle) const in getTexture() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ResourceManager.h | 193 ANGLE_INLINE Texture *getTexture(TextureID handle) const in getTexture() function
|
D | FramebufferAttachment.cpp | 248 Texture *FramebufferAttachment::getTexture() const in getTexture() function in gl::FramebufferAttachment
|
D | Context.h | 393 ANGLE_INLINE Texture *getTexture(TextureID handle) const in getTexture() function
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | ResourceManager.cpp | 249 Texture *ResourceManager::getTexture(unsigned int handle) in getTexture() function in es2::ResourceManager
|
D | Context.cpp | 1123 Texture *Context::getTexture(GLuint handle) const in getTexture() function in es2::Context
|
/third_party/flutter/skia/src/image/ |
D | SkImage.cpp | 146 GrTexture* SkImage::getTexture() const { in getTexture() function in SkImage 172 GrTexture* SkImage::getTexture() const { return nullptr; } in getTexture() function in SkImage
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageSizeTests.cpp | 57 Texture getTexture (const ImageType imageType, const tcu::IVec3& size) in getTexture() function
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
D | EGLImageWrappingTests.cpp | 102 GLuint getTexture() const { in getTexture() function in __anon8331232a0111::ScopedEGLImage
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
D | DisplayGbm.cpp | 247 GLuint DisplayGbm::Buffer::getTexture() in getTexture() function in rx::DisplayGbm::Buffer
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ozone/ |
D | DisplayOzone.cpp | 251 GLuint DisplayOzone::Buffer::getTexture() in getTexture() function in rx::DisplayOzone::Buffer
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglGLES2SharedRenderingPerfTests.cpp | 113 GLuint getTexture (void) const { return m_texture; } in getTexture() function in deqp::egl::__anonc4dd27a90111::TestContext
|
D | teglGLES2SharingThreadedTests.cpp | 80 const SharedPtr<Texture> getTexture (int index) const { return m_textures[index]; } in getTexture() function in deqp::egl::GLES2ThreadTest::GLES2ResourceManager
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1628 Instruction::getTexture(const tgsi::Source *code, int s) const in getTexture() function in tgsi::Instruction
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 1239 const glu::Texture2D* TextureBorderClampTest::getTexture (void) const in getTexture() function in deqp::gles31::Functional::__anon5331bd150111::TextureBorderClampTest
|