Home
last modified time | relevance | path

Searched refs:getVBOUsage (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp1315 void GL2Encoder::getVBOUsage(bool* hasClientArrays, bool* hasVBOs) const { in getVBOUsage() function in GL2Encoder
1319 m_state->getVBOUsage(hasClientArrays, hasVBOs); in getVBOUsage()
1465 ctx->getVBOUsage(&has_client_vertex_arrays, in s_glDrawArrays()
1496 ctx->getVBOUsage(&has_client_vertex_arrays, &has_indirect_arrays); in s_glDrawElements()
1583 ctx->getVBOUsage(&has_client_vertex_arrays, in s_glDrawArraysNullAEMU()
1613 ctx->getVBOUsage(&has_client_vertex_arrays, &has_indirect_arrays); in s_glDrawElementsNullAEMU()
4712 ctx->getVBOUsage(&has_client_vertex_arrays, in s_glDrawArraysInstanced()
4744 ctx->getVBOUsage(&has_client_vertex_arrays, &has_indirect_arrays); in s_glDrawElementsInstanced()
4837 ctx->getVBOUsage(&has_client_vertex_arrays, &has_indirect_arrays); in s_glDrawRangeElements()
6029 ctx->getVBOUsage(&hasClientArrays, &hasVBOs); in s_glDrawArraysIndirect()
[all …]
DGL2Encoder.h185 void getVBOUsage(bool* hasClientArrays, bool* hasVBOs) const;
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h278 void getVBOUsage(bool* hasClientArrays, bool* hasVBOs);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp315 void GLClientState::getVBOUsage(bool* hasClientArrays, bool* hasVBOs) { in getVBOUsage() function in gfxstream::guest::GLClientState