Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h217 …void setVertexAttribFormat(int location, int size, GLenum type, GLboolean normalized, GLuint relof…
DGLClientState.cpp162 void GLClientState::setVertexAttribFormat(int location, int size, GLenum type, GLboolean normalized… in setVertexAttribFormat() function in GLClientState
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp498 ctx->m_state->setVertexAttribFormat(indx, size, type, normalized, 0, false); in s_glVertexAttribPointer()
3112 ctx->m_state->setVertexAttribFormat(index, size, type, false, 0, true); in s_glVertexAttribIPointer()
4662 state->setVertexAttribFormat(attribindex, size, type, normalized, relativeoffset, false); in s_glVertexAttribFormat()
4673 state->setVertexAttribFormat(attribindex, size, type, GL_FALSE, relativeoffset, true); in s_glVertexAttribIFormat()