Home
last modified time | relevance | path

Searched defs:attribData (Results 1 – 1 of 1) sorted by relevance

/development/tools/glesv2debugger/src/com/android/glesv2debugger/
DCodeGen.java511 final ByteBuffer attribData = ByteBuffer.allocate(count * attribDataStride); in codeGenDrawElements() local
608 final ByteBuffer attribData = ByteBuffer.allocate(maxAttrib * count * 16); in codeGenDraw() local