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.cpp1189 void GL2Encoder::getVBOUsage(bool* hasClientArrays, bool* hasVBOs) const { in getVBOUsage()
1196 void GL2Encoder::sendVertexAttributes(GLint first, GLsizei count, bool hasClientArrays, GLsizei pri… in sendVertexAttributes()
5345 bool hasClientArrays = false; in s_glDrawArraysIndirect() local
5372 bool hasClientArrays = false; in s_glDrawElementsIndirect() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp286 void GLClientState::getVBOUsage(bool* hasClientArrays, bool* hasVBOs) { in getVBOUsage()