Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h199 typedef std::vector<BufferBinding> VertexAttribBindingVector; typedef
208 VertexAttribBindingVector bindingState;
223 VertexAttribBindingVector& bufferBindings() { return it->second.bindingState; } in bufferBindings()
224 … const VertexAttribBindingVector& bufferBindings_const() const { return it->second.bindingState; } in bufferBindings_const()
259 const VertexAttribBindingVector& currentVertexBufferBindings() const { in currentVertexBufferBindings()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h162 typedef std::vector<BufferBinding> VertexAttribBindingVector; typedef
177 VertexAttribBindingVector bindingState;
214 VertexAttribBindingVector& bufferBindings() { in bufferBindings()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp271 VertexAttribBindingVector& bindingState = in addVertexArrayObject()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp1261 VertexAttribBindingVector* bindings = nullptr; in bindIndexedBuffer()
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp5409 const GLClientState::VertexAttribBindingVector& currBindings = in s_glGetIntegeri_v()
5458 const GLClientState::VertexAttribBindingVector& currBindings = in s_glGetInteger64i_v()