Home
last modified time | relevance | path

Searched refs:resourceManager (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharingThreadedTests.cpp145 …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/
Dohos_resourceManager.js299 const resourceManager = {
323 return resourceManager;
/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/
DContext.js278 this.resourceManager = ResourceManager;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.h328 ResourceManager *resourceManager; variable
DProgram.cpp136 …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/
DState.cpp81 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/
DState.cpp79 T *resourceManager = (*shareContextState).*member; in AllocateOrGetSharedResourceManager() local
80 resourceManager->addRef(); in AllocateOrGetSharedResourceManager()
81 return resourceManager; in AllocateOrGetSharedResourceManager()
DContext.cpp61 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()