Home
last modified time | relevance | path

Searched refs:directToBytesRanges (Results 1 – 1 of 1) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp266 static void directToBytesRanges(GLint first,GLsizei count,GLESpointer* p,RangeList& list) { in directToBytesRanges() function
338directToBytesRanges(first,count,p,ranges); //converting indices range to buffer bytes ranges by of… in convertDirectVBO()