Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
DglsRandomShaderCase.hpp61 class TextureManager class
64 TextureManager (void);
65 ~TextureManager (void);
110 TextureManager m_texManager;
DglsRandomShaderCase.cpp84 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/
DResourceManager.cpp101 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()
DResourceManager_unittest.cpp28 mTextureManager = new TextureManager(); in SetUp()
41 TextureManager *mTextureManager;
DResourceManager.h189 class TextureManager : public TypedResourceManager<Texture, TextureManager, TextureID>
216 ~TextureManager() override;
DDisplay.h40 class TextureManager; variable
368 gl::TextureManager *mTextureManager;
DState.h52 class TextureManager; variable
93 TextureManager *shareTextures,
834 const TextureManager &getTextureManagerForCapture() const { return *mTextureManager; } in getTextureManagerForCapture()
990 TextureManager *mTextureManager;
DDisplay.cpp1321 gl::TextureManager *shareTextures = nullptr; in createContext()
1328 mTextureManager = new gl::TextureManager(); in createContext()
DContext.h348 TextureManager *shareTextures,
DState.cpp333 TextureManager *shareTextures, in State()
DContext.cpp355 TextureManager *shareTextures, in Context()
/third_party/cef/libcef/browser/gpu/
Dexternal_texture_manager.h31 TextureManager* tex_man);
36 void DeleteTexture(void* handle, TextureManager* tex_man);
Dexternal_texture_manager.cc148 TextureManager* tex_man) { in CreateTexture()
290 TextureManager* tex_man) { in DeleteTexture()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DResourceManager_unittest.cpp28 mTextureManager = new TextureManager(); in SetUp()
41 TextureManager *mTextureManager;
DResourceManager.cpp107 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()
DResourceManager.h171 class TextureManager
172 : public TypedResourceManager<Texture, HandleAllocator, TextureManager, TextureID>
199 ~TextureManager() override {} in ~TextureManager()
DDisplay.h32 class TextureManager; variable
255 gl::TextureManager *mTextureManager;
DState.h46 class TextureManager; variable
60 TextureManager *shareTextures,
742 TextureManager *mTextureManager;
DState.cpp89 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()
DDisplay.cpp898 gl::TextureManager *shareTextures = nullptr; in createContext()
905 mTextureManager = new gl::TextureManager(); in createContext()
DContext.h331 TextureManager *shareTextures,
DContext.cpp309 TextureManager *shareTextures, in Context()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp1404 const gl::TextureManager &textureManager = in SerializeContextToString()
DFrameCapture.cpp2665 const gl::TextureManager &textures = apiState.getTextureManagerForCapture(); in CaptureShareGroupMidExecutionSetup()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch31573 -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