Home
last modified time | relevance | path

Searched defs:hasClientArrays (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp1315 void GL2Encoder::getVBOUsage(bool* hasClientArrays, bool* hasVBOs) const { in getVBOUsage()
1322 void GL2Encoder::sendVertexAttributes(GLint first, GLsizei count, bool hasClientArrays, GLsizei pri… in sendVertexAttributes()
6027 bool hasClientArrays = false; in s_glDrawArraysIndirect() local
6056 bool hasClientArrays = false; in s_glDrawElementsIndirect() local
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp315 void GLClientState::getVBOUsage(bool* hasClientArrays, bool* hasVBOs) { in getVBOUsage()