Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp305 int loc = ctx->m_state->getLocation(GL_TEXTURE_COORD_ARRAY); in s_glTexCoordPointer()
313 int loc = ctx->m_state->getLocation(GL_MATRIX_INDEX_ARRAY_OES); in s_glMatrixIndexPointerOES()
321 int loc = ctx->m_state->getLocation(GL_WEIGHT_ARRAY_OES); in s_glWeightPointerOES()
329 int loc = ctx->m_state->getLocation(state); in s_glEnableClientState()
337 int loc = ctx->m_state->getLocation(state); in s_glDisableClientState()
345 int loc = ctx->m_state->getLocation(cap); in s_glIsEnabled()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h220 int getLocation(GLenum loc);
DGLClientState.cpp284 int GLClientState::getLocation(GLenum loc) in getLocation() function in GLClientState