Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h761 const VertexAttribState& vertexAttrib = getState(index); in getVertexAttribParameter() local
763 m_currVaoState.bufferBindings_const()[vertexAttrib.bindingindex]; in getVertexAttribParameter()
768 *ptr = (T)vertexAttrib.bindingindex; in getVertexAttribParameter()
772 *ptr = (T)vertexAttrib.reloffset; in getVertexAttribParameter()
778 *ptr = (T)(vertexAttrib.enabled); in getVertexAttribParameter()
782 *ptr = (T)(vertexAttrib.isInt); in getVertexAttribParameter()
785 *ptr = (T)(vertexAttrib.size); in getVertexAttribParameter()
791 *ptr = (T)(vertexAttrib.type); in getVertexAttribParameter()
794 *ptr = (T)(vertexAttrib.normalized); in getVertexAttribParameter()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp960 auto vertexAttrib = m_currVaoState.find(arrType); in setPointer() local
961 if (vertexAttrib == m_currVaoState.end()) { in setPointer()
993 auto vertexAttrib = m_currVaoState.find(arr); in enableArr() local
994 if (vertexAttrib != m_currVaoState.end()) { in enableArr()
995 vertexAttrib->second->enable(enable); in enableArr()