OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:conversionindices
(Results
1 - 1
of
1
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
371
GLushort*
conversionIndices
= NULL;
380
conversionIndices
= new GLushort[count];
381
int nIndices = bytesRangesToIndices(conversions,p,
conversionIndices
); //converting bytes ranges by offset to indices in this array
382
convertFixedIndirectLoop(data,stride,data,nIndices,GL_UNSIGNED_SHORT,
conversionIndices
,stride,attribSize);
385
if(
conversionIndices
) delete[]
conversionIndices
;
Completed in 145 milliseconds