Searched refs:indexSize (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_index_binding.adoc | 9 enabled, [eq]#(code:indexSize {times} (pname:firstIndex {plus} 11 the size of the bound index buffer, with code:indexSize being based on 19 enabled, [eq]#(code:indexSize {times} (pname:firstIndex {plus} 21 the size of the bound index buffer, with code:indexSize being based on
|
D | draw_indexed_common.adoc | 11 enabled, [eq]#(code:indexSize {times} (pname:firstIndex {plus} 13 the size of the bound index buffer, with code:indexSize being based on
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.cpp | 419 GLsizei indexSize = 4; in setupArrayForDraw() local 424 indexSize = 1; in setupArrayForDraw() 428 indexSize = 2; in setupArrayForDraw() 433 indexSize = 4; in setupArrayForDraw() 439 gl.glBufferData(GL_ELEMENT_ARRAY_BUFFER, indexSize * indicesCount, indices, GL_STREAM_DRAW); in setupArrayForDraw()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | drawing.adoc | 1006 code:indexSize {plus} pname:offset# within the bound index buffer, where 1009 and code:indexSize is the byte size of the type specified by
|