Home
last modified time | relevance | path

Searched defs:getTexture (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DImageMtl.h42 const mtl::TextureRef &getTexture() const { return mNativeTexture; } in getTexture() function
69 const mtl::TextureRef &getTexture() const { return mNativeTexture; } in getTexture() function
DRenderTargetMtl.h49 mtl::TextureRef getTexture() const { return mTexture.lock(); } in getTexture() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderTarget9.cpp80 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/
DRenderTarget9.cpp80 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/
DvktPipelineImageUtil.cpp1035 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/
DRenderTarget11.cpp264 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/
DRenderTarget11.cpp264 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/
DResourceManager.h176 ANGLE_INLINE Texture *getTexture(TextureID handle) const in getTexture() function
DFramebufferAttachment.cpp218 Texture *FramebufferAttachment::getTexture() const in getTexture() function in gl::FramebufferAttachment
DContext.h372 ANGLE_INLINE Texture *getTexture(TextureID handle) const in getTexture() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DResourceManager.h193 ANGLE_INLINE Texture *getTexture(TextureID handle) const in getTexture() function
DFramebufferAttachment.cpp248 Texture *FramebufferAttachment::getTexture() const in getTexture() function in gl::FramebufferAttachment
DContext.h393 ANGLE_INLINE Texture *getTexture(TextureID handle) const in getTexture() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.cpp249 Texture *ResourceManager::getTexture(unsigned int handle) in getTexture() function in es2::ResourceManager
DContext.cpp1123 Texture *Context::getTexture(GLuint handle) const in getTexture() function in es2::Context
/third_party/flutter/skia/src/image/
DSkImage.cpp146 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/
DvktImageSizeTests.cpp57 Texture getTexture (const ImageType imageType, const tcu::IVec3& size) in getTexture() function
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DEGLImageWrappingTests.cpp102 GLuint getTexture() const { in getTexture() function in __anon8331232a0111::ScopedEGLImage
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.cpp247 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/
DDisplayOzone.cpp251 GLuint DisplayOzone::Buffer::getTexture() in getTexture() function in rx::DisplayOzone::Buffer
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp113 GLuint getTexture (void) const { return m_texture; } in getTexture() function in deqp::egl::__anonc4dd27a90111::TestContext
DteglGLES2SharingThreadedTests.cpp80 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/
Dnv50_ir_from_tgsi.cpp1628 Instruction::getTexture(const tgsi::Source *code, int s) const in getTexture() function in tgsi::Instruction
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp1239 const glu::Texture2D* TextureBorderClampTest::getTexture (void) const in getTexture() function in deqp::gles31::Functional::__anon5331bd150111::TextureBorderClampTest