Home
last modified time | relevance | path

Searched refs:nLocations (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLClientState.cpp28 GLClientState::GLClientState(int nLocations) in GLClientState() argument
30 if (nLocations < LAST_LOCATION) { in GLClientState()
31 nLocations = LAST_LOCATION; in GLClientState()
33 m_nLocations = nLocations; in GLClientState()
DGLClientState.h78 GLClientState(int nLocations = CODEC_MAX_VERTEX_ATTRIBUTES);
80 int nLocations() { return m_nLocations; } in nLocations() function
/device/generic/goldfish/opengl/system/GLESv2_enc/
DGL2Encoder.cpp479 for (int i = 0; i < m_state->nLocations(); i++) { in sendVertexAttributes()
542 int nLocations = ctx->m_state->nLocations(); in s_glDrawArrays() local
543 for (int i = 0; i < nLocations; i++) { in s_glDrawArrays()
575 int nLocations = ctx->m_state->nLocations(); in s_glDrawElements() local
577 for (int i = 0; i < nLocations; i++) { in s_glDrawElements()