Home
last modified time | relevance | path

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

/sdk/emulator/opengl/shared/OpenglCodecCommon/
DGLDecoderContextData.h44 GLDecoderContextData(int nLocations = CODEC_MAX_VERTEX_ATTRIBUTES) :
45 m_nLocations(nLocations) in m_nLocations() argument
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