Home
last modified time | relevance | path

Searched refs:copyCompressedTexture (Results 1 – 25 of 26) sorted by relevance

12

/external/angle/src/libANGLE/renderer/
DTextureImpl_mock.h91 MOCK_METHOD2(copyCompressedTexture,
DTextureImpl.cpp83 angle::Result TextureImpl::copyCompressedTexture(const gl::Context *context, in copyCompressedTexture() function in rx::TextureImpl
DTextureImpl.h143 virtual angle::Result copyCompressedTexture(const gl::Context *context,
/external/angle/src/libANGLE/renderer/null/
DTextureNULL.h115 angle::Result copyCompressedTexture(const gl::Context *context,
DTextureNULL.cpp148 angle::Result TextureNULL::copyCompressedTexture(const gl::Context *context, in copyCompressedTexture() function in rx::TextureNULL
DContextNULL.cpp79 mExtensions.copyCompressedTexture = true; in ContextNULL()
/external/angle/src/libANGLE/
DCaps.h496 bool copyCompressedTexture = false; member
DTexture.h458 angle::Result copyCompressedTexture(Context *context, const Texture *source);
DTexture.cpp1515 angle::Result Texture::copyCompressedTexture(Context *context, const Texture *source) in copyCompressedTexture() function in gl::Texture
1521 ANGLE_TRY(mTexture->copyCompressedTexture(context, source)); in copyCompressedTexture()
DCaps.cpp1037 … map["GL_CHROMIUM_copy_compressed_texture"] = esOnlyExtension(&Extensions::copyCompressedTexture); in GetExtensionInfoMap()
DContext.cpp3597 mSupportedExtensions.copyCompressedTexture = false; in initCaps()
5182 ANGLE_CONTEXT_TRY(destTexture->copyCompressedTexture(this, sourceTexture)); in compressedCopyTexture()
/external/angle/src/libANGLE/renderer/metal/
DTextureMtl.h103 angle::Result copyCompressedTexture(const gl::Context *context,
DDisplayMtl.mm786 mNativeExtensions.copyCompressedTexture = false;
DTextureMtl.mm1036 angle::Result TextureMtl::copyCompressedTexture(const gl::Context *context,
/external/angle/src/libANGLE/renderer/d3d/
DRendererD3D.h249 virtual angle::Result copyCompressedTexture(const gl::Context *context,
DTextureD3D.h292 angle::Result copyCompressedTexture(const gl::Context *context,
DTextureD3D.cpp1267 angle::Result TextureD3D_2D::copyCompressedTexture(const gl::Context *context, in copyCompressedTexture() function in rx::TextureD3D_2D
1285 mRenderer->copyCompressedTexture(context, source, sourceLevel, mTexStorage, destLevel)); in copyCompressedTexture()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.h221 angle::Result copyCompressedTexture(const gl::Context *context,
DRenderer9.cpp2529 angle::Result Renderer9::copyCompressedTexture(const gl::Context *context, in copyCompressedTexture() function in rx::Renderer9
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.h131 angle::Result copyCompressedTexture(const gl::Context *context,
Dvk_caps_utils.cpp356 mNativeExtensions.copyCompressedTexture = true; in ensureCapsInitialized()
DTextureVk.cpp667 angle::Result TextureVk::copyCompressedTexture(const gl::Context *context, in copyCompressedTexture() function in rx::TextureVk
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.h179 angle::Result copyCompressedTexture(const gl::Context *context,
Drenderer11_utils.cpp1638 extensions->copyCompressedTexture = true; in GenerateCaps()
DRenderer11.cpp2779 angle::Result Renderer11::copyCompressedTexture(const gl::Context *context, in copyCompressedTexture() function in rx::Renderer11

12