Home
last modified time | relevance | path

Searched refs:LAST_LOCATION (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLDecoderContextData.h41 LAST_LOCATION = 14 enumerator
DGLClientState.cpp30 if (nLocations < LAST_LOCATION) { in GLClientState()
31 nLocations = LAST_LOCATION; in GLClientState()
DGLClientState.h52 LAST_LOCATION = 14 enumerator
/device/generic/goldfish/opengl/system/GLESv1_enc/
DGLEncoder.cpp399 for (int i = 0; i < GLClientState::LAST_LOCATION; i++) { in sendVertexData()
529 for (int i = 0; i < GLClientState::LAST_LOCATION; i++) { in s_glDrawElements()