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

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 67 void* GLESConversionArrays::getCurrentData(){
322 convertFixedDirectLoop(data,stride,cArrs.getCurrentData(),size*sizeof(GLfloat),attribSize*sizeof(GLfloat),attribSize);
324 convertByteDirectLoop(data,stride,cArrs.getCurrentData(),size*sizeof(GLshort),attribSize*sizeof(GLshort),attribSize);
380 convertFixedIndirectLoop(data,stride,cArrs.getCurrentData(),count,indices_type,indices,attribSize*sizeof(GLfloat),attribSize);
382 convertByteIndirectLoop(data,stride,cArrs.getCurrentData(),count,indices_type,indices,attribSize*sizeof(GLshort),attribSize);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 105 void* getCurrentData();

Completed in 232 milliseconds