Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLDecoderContextData.h45 m_nLocations(nLocations) in m_nLocations() function
47 m_pointerData = new FixedBuffer[m_nLocations]; in m_nLocations()
56 assert(loc < m_nLocations); in storePointerData()
61 assert(loc < m_nLocations); in pointerData()
66 int m_nLocations; variable
DGLClientState.h80 int nLocations() { return m_nLocations; } in nLocations()
187 int m_nLocations; variable
193 bool validLocation(int location) { return (location >= 0 && location < m_nLocations); } in validLocation()
DGLClientState.cpp33 m_nLocations = nLocations; in GLClientState()
34 m_states = new VertexAttribState[m_nLocations]; in GLClientState()
35 for (int i = 0; i < m_nLocations; i++) { in GLClientState()