/third_party/vk-gl-cts/modules/glshared/ |
D | glsRandomShaderCase.hpp | 61 class TextureManager class 64 TextureManager (void); 65 ~TextureManager (void); 110 TextureManager m_texManager;
|
D | glsRandomShaderCase.cpp | 84 TextureManager::TextureManager (void) in TextureManager() function in deqp::gls::TextureManager 88 TextureManager::~TextureManager (void) in ~TextureManager() 92 void TextureManager::bindTexture (int unit, const glu::Texture2D* tex2D) in bindTexture() 97 void TextureManager::bindTexture (int unit, const glu::TextureCube* texCube) in bindTexture() 102 inline vector<pair<int, const glu::Texture2D*> > TextureManager::getBindings2D (void) const in getBindings2D() 110 inline vector<pair<int, const glu::TextureCube*> > TextureManager::getBindingsCube (void) const in getBindingsCube()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ResourceManager.cpp | 101 template class TypedResourceManager<Texture, TextureManager, TextureID>; 216 TextureManager::~TextureManager() = default; 219 Texture *TextureManager::AllocateNewObject(rx::GLImplFactory *factory, in AllocateNewObject() 229 void TextureManager::DeleteObject(const Context *context, Texture *texture) in DeleteObject() 234 TextureID TextureManager::createTexture() in createTexture() 239 void TextureManager::signalAllTexturesDirty() const in signalAllTexturesDirty() 252 void TextureManager::enableHandleAllocatorLogging() in enableHandleAllocatorLogging()
|
D | ResourceManager_unittest.cpp | 28 mTextureManager = new TextureManager(); in SetUp() 41 TextureManager *mTextureManager;
|
D | ResourceManager.h | 189 class TextureManager : public TypedResourceManager<Texture, TextureManager, TextureID> 216 ~TextureManager() override;
|
D | Display.h | 40 class TextureManager; variable 368 gl::TextureManager *mTextureManager;
|
D | State.h | 52 class TextureManager; variable 93 TextureManager *shareTextures, 834 const TextureManager &getTextureManagerForCapture() const { return *mTextureManager; } in getTextureManagerForCapture() 990 TextureManager *mTextureManager;
|
D | Display.cpp | 1321 gl::TextureManager *shareTextures = nullptr; in createContext() 1328 mTextureManager = new gl::TextureManager(); in createContext()
|
D | Context.h | 348 TextureManager *shareTextures,
|
D | State.cpp | 333 TextureManager *shareTextures, in State()
|
D | Context.cpp | 355 TextureManager *shareTextures, in Context()
|
/third_party/cef/libcef/browser/gpu/ |
D | external_texture_manager.h | 31 TextureManager* tex_man); 36 void DeleteTexture(void* handle, TextureManager* tex_man);
|
D | external_texture_manager.cc | 148 TextureManager* tex_man) { in CreateTexture() 290 TextureManager* tex_man) { in DeleteTexture()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | ResourceManager_unittest.cpp | 28 mTextureManager = new TextureManager(); in SetUp() 41 TextureManager *mTextureManager;
|
D | ResourceManager.cpp | 107 template class TypedResourceManager<Texture, HandleAllocator, TextureManager, TextureID>; 228 Texture *TextureManager::AllocateNewObject(rx::GLImplFactory *factory, in AllocateNewObject() 238 void TextureManager::DeleteObject(const Context *context, Texture *texture) in DeleteObject() 243 TextureID TextureManager::createTexture() in createTexture() 248 void TextureManager::signalAllTexturesDirty() const in signalAllTexturesDirty() 261 void TextureManager::enableHandleAllocatorLogging() in enableHandleAllocatorLogging()
|
D | ResourceManager.h | 171 class TextureManager 172 : public TypedResourceManager<Texture, HandleAllocator, TextureManager, TextureID> 199 ~TextureManager() override {} in ~TextureManager()
|
D | Display.h | 32 class TextureManager; variable 255 gl::TextureManager *mTextureManager;
|
D | State.h | 46 class TextureManager; variable 60 TextureManager *shareTextures, 742 TextureManager *mTextureManager;
|
D | State.cpp | 89 TextureManager *AllocateOrGetSharedTextureManager(const State *shareContextState, in AllocateOrGetSharedTextureManager() 90 TextureManager *shareTextures, in AllocateOrGetSharedTextureManager() 91 ContextStateMember<TextureManager> member) in AllocateOrGetSharedTextureManager() 95 TextureManager *textureManager = (*shareContextState).*member; in AllocateOrGetSharedTextureManager() 102 TextureManager *textureManager = shareTextures; in AllocateOrGetSharedTextureManager() 108 return new TextureManager(); in AllocateOrGetSharedTextureManager() 236 TextureManager *shareTextures, in State()
|
D | Display.cpp | 898 gl::TextureManager *shareTextures = nullptr; in createContext() 905 mTextureManager = new gl::TextureManager(); in createContext()
|
D | Context.h | 331 TextureManager *shareTextures,
|
D | Context.cpp | 309 TextureManager *shareTextures, in Context()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 1404 const gl::TextureManager &textureManager = in SerializeContextToString()
|
D | FrameCapture.cpp | 2665 const gl::TextureManager &textures = apiState.getTextureManagerForCapture(); in CaptureShareGroupMidExecutionSetup()
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 31573 -bool TextureManager::ValidForTarget( 31575 +bool TextureManager::ValidForTarget(GLenum target, 31583 @@ -2320,6 +2322,18 @@ bool TextureManager::ValidForTarget( 31587 +bool TextureManager::ValidForTextureTarget(const Texture* texture, 31599 void TextureManager::SetTarget(TextureRef* ref, GLenum target) { 31602 @@ -2803,14 +2817,6 @@ bool TextureManager::ValidateTexImage(ContextState* state, 31617 @@ -2833,7 +2839,13 @@ bool TextureManager::ValidateTexImage(ContextState* state, 31647 friend class TextureManager; 31648 @@ -931,6 +936,11 @@ class GPU_GLES2_EXPORT TextureManager
|