Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h275 const BufferBinding& getCurrAttributeBindingInfo(int attribindex);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp202 const GLClientState::BufferBinding& GLClientState::getCurrAttributeBindingInfo(int attribindex) { in getCurrAttributeBindingInfo() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp1208 *pointer = (GLvoid*)(ctx->m_state->getCurrAttributeBindingInfo(index).offset); in s_glGetVertexAttribPointerv()
1337 … const GLClientState::BufferBinding& curr_binding = m_state->getCurrAttributeBindingInfo(i); in sendVertexAttributes()