Home
last modified time | relevance | path

Searched refs:shareTextures (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DState.cpp90 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()
DDisplay.cpp898 gl::TextureManager *shareTextures = nullptr; in createContext() local
909 shareTextures = mTextureManager; in createContext()
931 new gl::Context(this, configuration, shareContext, shareTextures, cachePointer, clientType, in createContext()
DContext.h331 TextureManager *shareTextures,
DState.h60 TextureManager *shareTextures,
DContext.cpp309 TextureManager *shareTextures, in Context() argument
317 shareTextures, in Context()
327 mDisplayTextureShareGroup(shareTextures != nullptr), in Context()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.cpp1321 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()
DContext.h348 TextureManager *shareTextures,
DState.h93 TextureManager *shareTextures,
DState.cpp333 TextureManager *shareTextures, in State() argument
356 shareTextures)),
DContext.cpp355 TextureManager *shareTextures, in Context() argument
364 shareTextures, in Context()
378 mDisplayTextureShareGroup(shareTextures != nullptr), in Context()