Home
last modified time | relevance | path

Searched refs:getBufferName (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DTransformFeedback.h41 GLuint getBufferName(GLuint index) const;
DTransformFeedback.cpp51 GLuint TransformFeedback::getBufferName(GLuint index) const in getBufferName() function in es2::TransformFeedback
DContext.cpp2400 *param = transformFeedback->getBufferName(index); in getTransformFeedbackiv()
/external/deqp/framework/opengl/
DgluStrUtilPrototypes.inl35 const char* getBufferName (int value);
111 …int, 2> getBufferStr (int value) { return tcu::Format::Enum<int, 2>(getBufferName, value); }
DgluStrUtil.inl563 const char* getBufferName (int value) function
/external/clang/lib/Lex/
DPPLexerChange.cpp94 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
DPPDirectives.cpp271 (strcmp(SourceMgr.getBufferName(MacroNameLoc), "<built-in>") != 0)) { in CheckMacroName()
2101 if (strcmp(SourceMgr.getBufferName(Loc), "<built-in>") != 0) { in HandleIncludeMacrosDirective()
/external/clang/include/clang/Basic/
DSourceManager.h1295 const char *getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp130 return strcmp(SM.getBufferName(SM.getSpellingLoc(Loc)), "<built-in>") == 0; in isInBuiltin()
DCodeGenModule.cpp1352 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp1104 source_manager.getBufferName(spell) != "<scratch space>"; in GenerateReplacement()
/external/clang/lib/Basic/
DSourceManager.cpp1441 const char *SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager