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

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.h 60 void drawPointsData(GLESConversionArrays& arrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices_in,bool isElemsDraw);
GLEScmContext.cpp 143 void GLEScmContext::drawPointsData(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices_in,bool isElemsDraw) {
210 drawPointsData(arrs,first,count,0,NULL,false);
214 drawPointsData(arrs,0,count,type,indices_in,true);

Completed in 98 milliseconds