Searched refs:createPaths (Results 1 – 16 of 16) sorted by relevance
274 std::vector<std::string> createPaths; in createDirectoryAndParents() local282 createPaths.push_back(curPath.getPath()); in createDirectoryAndParents()290 …or<std::string>::const_reverse_iterator parentIter = createPaths.rbegin(); parentIter != createPat… in createDirectoryAndParents()
75 std::vector<PathImpl *> createPaths(GLsizei range) override in createPaths() function102 MOCK_METHOD1(createPaths, std::vector<PathImpl *>(GLsizei));
92 virtual std::vector<PathImpl *> createPaths(GLsizei range) = 0;
350 angle::Result PathManager::createPaths(Context *context, GLsizei range, GLuint *createdOut) in createPaths() function in gl::PathManager363 const auto &paths = context->getImplementation()->createPaths(range); in createPaths()
259 angle::Result createPaths(Context *context, GLsizei range, GLuint *numCreated);
707 ANGLE_CONTEXT_TRY(mState.mPathManager->createPaths(this, range, createdOut)); in tryGenPaths()
65 std::vector<PathImpl *> createPaths(GLsizei) override;
131 std::vector<PathImpl *> Context9::createPaths(GLsizei) in createPaths() function in rx::Context9
66 std::vector<PathImpl *> createPaths(GLsizei) override;
229 std::vector<PathImpl *> Context11::createPaths(GLsizei) in createPaths() function in rx::Context11
213 std::vector<PathImpl *> createPaths(GLsizei range) override;
408 std::vector<PathImpl *> ContextNULL::createPaths(GLsizei range) in createPaths() function in rx::ContextNULL
80 std::vector<PathImpl *> createPaths(GLsizei range) override;
153 std::vector<PathImpl *> ContextGL::createPaths(GLsizei range) in createPaths() function in rx::ContextGL
170 std::vector<PathImpl *> createPaths(GLsizei) override;
2099 std::vector<PathImpl *> ContextVk::createPaths(GLsizei) in createPaths() function in rx::ContextVk