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.cpp310 int loc = ctx->m_state->getLocation(GL_TEXTURE_COORD_ARRAY); in s_glTexCoordPointer()
318 int loc = ctx->m_state->getLocation(GL_MATRIX_INDEX_ARRAY_OES); in s_glMatrixIndexPointerOES()
326 int loc = ctx->m_state->getLocation(GL_WEIGHT_ARRAY_OES); in s_glWeightPointerOES()
334 int loc = ctx->m_state->getLocation(state); in s_glEnableClientState()
342 int loc = ctx->m_state->getLocation(state); in s_glDisableClientState()
350 int loc = ctx->m_state->getLocation(cap); in s_glIsEnabled()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h230 int getLocation(GLenum loc);
DGLClientState.cpp380 int GLClientState::getLocation(GLenum loc) in getLocation() function in GLClientState