Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp917 void GL2Encoder::sendVertexAttributes(GLint first, GLsizei count, bool hasClientArrays, GLsizei pri… in sendVertexAttributes() function in GL2Encoder
1061 ctx->sendVertexAttributes(first, count, true); in s_glDrawArrays()
1064 ctx->sendVertexAttributes(0, count, false); in s_glDrawArrays()
1127 ctx->sendVertexAttributes(0, maxIndex + 1, false); in s_glDrawElements()
1145 ctx->sendVertexAttributes(minIndex, maxIndex - minIndex + 1, true); in s_glDrawElements()
3534 ctx->sendVertexAttributes(first, count, true, primcount); in s_glDrawArraysInstanced()
3537 ctx->sendVertexAttributes(0, count, false, primcount); in s_glDrawArraysInstanced()
3600 ctx->sendVertexAttributes(0, maxIndex + 1, false, primcount); in s_glDrawElementsInstanced()
3618 ctx->sendVertexAttributes(minIndex, maxIndex - minIndex + 1, true, primcount); in s_glDrawElementsInstanced()
3691 ctx->sendVertexAttributes(0, maxIndex + 1, false); in s_glDrawRangeElements()
[all …]
DGL2Encoder.h122 …void sendVertexAttributes(GLint first, GLsizei count, bool hasClientArrays, GLsizei primcount = 0);