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

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

Completed in 96 milliseconds