Searched refs:resourceManager (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 145 …ontext (SharedPtr<tcu::ThreadUtil::Event> event, SharedPtr<GLES2ResourceManager> resourceManager); 149 SharedPtr<GLES2ResourceManager> resourceManager; member in deqp::egl::GLES2ThreadTest::GLES2Context 166 , resourceManager (resourceManager_) in GLES2Context() 593 …context = SharedPtr<GLES2Context>(new GLES2Context(getEvent(), (shared ? shared->resourceManager :… in CreateContext() 2078 void addRandomOperation (GLES2ThreadTest::EGLResourceManager& resourceManager); 2168 GLES2ThreadTest::EGLResourceManager resourceManager; in init() local 2174 …SharedPtr<GLES2ThreadTest::GLES2Context> shared = (threadNdx > 0 ? resourceManager.popContext(0) :… in init() 2177 resourceManager.addContext(context); in init() 2180 resourceManager.addContext(shared); in init() 2188 resourceManager.addSurface(surface); in init() [all …]
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_resourceManager.js | 299 const resourceManager = { 323 return resourceManager;
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/ |
D | Context.js | 278 this.resourceManager = ResourceManager;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Program.h | 328 ResourceManager *resourceManager; variable
|
D | Program.cpp | 136 …Program::Program(ResourceManager *manager, GLuint handle) : serial(issueSerial()), resourceManager… in Program() 2694 resourceManager->deleteProgram(handle); in release()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | State.cpp | 81 T *resourceManager = (*shareContextState).*member; in AllocateOrGetSharedResourceManager() local 82 ASSERT(!resourceManager || resourceManager == shareResources || !shareResources); in AllocateOrGetSharedResourceManager() 83 resourceManager->addRef(); in AllocateOrGetSharedResourceManager() 84 return resourceManager; in AllocateOrGetSharedResourceManager()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | State.cpp | 79 T *resourceManager = (*shareContextState).*member; in AllocateOrGetSharedResourceManager() local 80 resourceManager->addRef(); in AllocateOrGetSharedResourceManager() 81 return resourceManager; in AllocateOrGetSharedResourceManager()
|
D | Context.cpp | 61 std::vector<Path *> GatherPaths(PathManager &resourceManager, in GatherPaths() argument 75 ret.push_back(resourceManager.getPath(pathName)); in GatherPaths() 81 std::vector<Path *> GatherPaths(PathManager &resourceManager, in GatherPaths() argument 90 return GatherPaths<GLubyte>(resourceManager, numPaths, paths, pathBase); in GatherPaths() 93 return GatherPaths<GLbyte>(resourceManager, numPaths, paths, pathBase); in GatherPaths() 96 return GatherPaths<GLushort>(resourceManager, numPaths, paths, pathBase); in GatherPaths() 99 return GatherPaths<GLshort>(resourceManager, numPaths, paths, pathBase); in GatherPaths() 102 return GatherPaths<GLuint>(resourceManager, numPaths, paths, pathBase); in GatherPaths() 105 return GatherPaths<GLint>(resourceManager, numPaths, paths, pathBase); in GatherPaths()
|