HomeSort by relevance Sort by last modified time
    Searched defs:getBufferData (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Basic/
SourceLocation.cpp 132 StringRef FullSourceLoc::getBufferData(bool *Invalid) const {
SourceManager.cpp 638 StringRef SourceManager::getBufferData(FileID FID, bool *Invalid) const {
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESpointer.cpp 47 GLvoid* GLESpointer::getBufferData() const {
52 return m_isVBO ? getBufferData():getArrayData();
56 m_data = getBufferData();
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp 231 BufferData * GLSharedGroup::getBufferData(GLuint bufferId)

Completed in 5490 milliseconds