Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp389 GLushort* conversionIndices = NULL; in convertIndirectVBO() local
397 conversionIndices = new GLushort[count]; in convertIndirectVBO()
398 …int nIndices = bytesRangesToIndices(conversions,p,conversionIndices); //converting bytes ranges by… in convertIndirectVBO()
399 …convertFixedIndirectLoop(data,stride,data,nIndices,GL_UNSIGNED_SHORT,conversionIndices,stride,attr… in convertIndirectVBO()
402 if(conversionIndices) delete[] conversionIndices; in convertIndirectVBO()