Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.cpp280 …ctx->m_state->setVertexAttribState(GLClientState::VERTEX_LOCATION, size, type, false, stride, data… in s_glVertexPointer()
287 … ctx->m_state->setVertexAttribState(GLClientState::NORMAL_LOCATION, 3, type, false, stride, data); in s_glNormalPointer()
294 …ctx->m_state->setVertexAttribState(GLClientState::COLOR_LOCATION, size, type, false, stride, data); in s_glColorPointer()
301 …ctx->m_state->setVertexAttribState(GLClientState::POINTSIZE_LOCATION, 1, type, false, stride, data… in s_glPointSizePointerOES()
316 ctx->m_state->setVertexAttribState(loc, size, type, false, stride, data); in s_glTexCoordPointer()
324 ctx->m_state->setVertexAttribState(loc, size, type, false, stride, data); in s_glMatrixIndexPointerOES()
332 ctx->m_state->setVertexAttribState(loc, size, type, false, stride, data); in s_glWeightPointerOES()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h273 …void setVertexAttribState(int location, int size, GLenum type, GLboolean normalized, GLsizei stri…
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp177 void GLClientState::setVertexAttribState(int location, int size, GLenum type, GLboolean normalized,… in setVertexAttribState() function in gfxstream::guest::GLClientState