Home
last modified time | relevance | path

Searched refs:bufferBindings (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp333 const std::vector<BufferBinding>& bufferBindings) { in postLoadRestoreCtx() argument
334 for (unsigned int i = 0; i < bufferBindings.size(); i++) { in postLoadRestoreCtx()
335 const BufferBinding& bd = bufferBindings[i]; in postLoadRestoreCtx()
699 if (bindingindex >= m_currVaoState.bufferBindings().size()) { in setVertexAttribDivisor()
702 m_currVaoState.bufferBindings()[bindingindex].divisor = divisor; in setVertexAttribDivisor()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h214 VertexAttribBindingVector& bufferBindings() { in bufferBindings() function
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp369 !m_currVaoState.bufferBindings()[pointerInfo.getBindingIndex()].buffer) { in vertexAttributesBufferBacked()
1273 bindings = &m_currVaoState.bufferBindings(); in bindIndexedBuffer()
1343 sClearIndexedBufferBinding(buffer, m_currVaoState.bufferBindings()); in unbindBuffer()
1422 return m_currVaoState.bufferBindings()[index].buffer; in getIndexedBuffer()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h223 VertexAttribBindingVector& bufferBindings() { return it->second.bindingState; } in bufferBindings() function
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp751 sClearIndexedBufferBinding(id, m_currVaoState.bufferBindings()); in unBindBuffer()