Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp1304 void GL2Encoder::getVBOUsage(bool* hasClientArrays, bool* hasVBOs) const { in getVBOUsage()
1311 void GL2Encoder::sendVertexAttributes(GLint first, GLsizei count, bool hasClientArrays, GLsizei pri… in sendVertexAttributes()
6056 bool hasClientArrays = false; in s_glDrawArraysIndirect() local
6085 bool hasClientArrays = false; in s_glDrawElementsIndirect() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp317 void GLClientState::getVBOUsage(bool* hasClientArrays, bool* hasVBOs) { in getVBOUsage()