Searched refs:getVBOUsage (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GL2Encoder.cpp | 1315 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 …]
|
D | GL2Encoder.h | 185 void getVBOUsage(bool* hasClientArrays, bool* hasVBOs) const;
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/ |
D | GLClientState.h | 278 void getVBOUsage(bool* hasClientArrays, bool* hasVBOs);
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLClientState.cpp | 315 void GLClientState::getVBOUsage(bool* hasClientArrays, bool* hasVBOs) { in getVBOUsage() function in gfxstream::guest::GLClientState
|