Searched refs:shareTextures (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | State.cpp | 90 TextureManager *shareTextures, in AllocateOrGetSharedTextureManager() argument 96 ASSERT(shareTextures == nullptr || textureManager == shareTextures); in AllocateOrGetSharedTextureManager() 100 else if (shareTextures) in AllocateOrGetSharedTextureManager() 102 TextureManager *textureManager = shareTextures; in AllocateOrGetSharedTextureManager() 236 TextureManager *shareTextures, in State() argument 251 shareTextures, in State()
|
D | Display.cpp | 898 gl::TextureManager *shareTextures = nullptr; in createContext() local 909 shareTextures = mTextureManager; in createContext() 931 new gl::Context(this, configuration, shareContext, shareTextures, cachePointer, clientType, in createContext()
|
D | Context.h | 331 TextureManager *shareTextures,
|
D | State.h | 60 TextureManager *shareTextures,
|
D | Context.cpp | 309 TextureManager *shareTextures, in Context() argument 317 shareTextures, in Context() 327 mDisplayTextureShareGroup(shareTextures != nullptr), in Context()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Display.cpp | 1321 gl::TextureManager *shareTextures = nullptr; in createContext() local 1332 shareTextures = mTextureManager; in createContext() 1371 gl::Context *context = new gl::Context(this, configuration, shareContext, shareTextures, in createContext()
|
D | Context.h | 348 TextureManager *shareTextures,
|
D | State.h | 93 TextureManager *shareTextures,
|
D | State.cpp | 333 TextureManager *shareTextures, in State() argument 356 shareTextures)),
|
D | Context.cpp | 355 TextureManager *shareTextures, in Context() argument 364 shareTextures, in Context() 378 mDisplayTextureShareGroup(shareTextures != nullptr), in Context()
|