HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentData (Results 1 - 2 of 2) sorted by null

  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 50 void* GLESConversionArrays::getCurrentData(){
303 convertFixedDirectLoop(data,stride,cArrs.getCurrentData(),size*sizeof(GLfloat),attribSize*sizeof(GLfloat),attribSize);
305 convertByteDirectLoop(data,stride,cArrs.getCurrentData(),size*sizeof(GLshort),attribSize*sizeof(GLshort),attribSize);
363 convertFixedIndirectLoop(data,stride,cArrs.getCurrentData(),count,indices_type,indices,attribSize*sizeof(GLfloat),attribSize);
365 convertByteIndirectLoop(data,stride,cArrs.getCurrentData(),count,indices_type,indices,attribSize*sizeof(GLshort),attribSize);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 89 void* getCurrentData();

Completed in 725 milliseconds