Home
last modified time | relevance | path

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

/sdk/emulator/opengl/shared/OpenglCodecCommon/
DGLDecoderContextData.h30 POINTSIZE_LOCATION = 3, enumerator
DGLClientState.h41 POINTSIZE_LOCATION = 3, enumerator
335 … const GLClientState::VertexAttribState *state = getState(GLClientState::POINTSIZE_LOCATION); in getClientStateParameter()
341 … const GLClientState::VertexAttribState *state = getState(GLClientState::POINTSIZE_LOCATION); in getClientStateParameter()
407 … const GLClientState::VertexAttribState *state = getState(GLClientState::POINTSIZE_LOCATION); in getClientStateParameter()
DGLClientState.cpp45 m_states[POINTSIZE_LOCATION].glConst = GL_POINT_SIZE_ARRAY_OES; in GLClientState()
144 retval = int(POINTSIZE_LOCATION); in getLocation()
182 state = getState(GLClientState::POINTSIZE_LOCATION); in getClientStatePointer()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
DGLDecoder.cpp181 STORE_POINTER_DATA_OR_ABORT(GLDecoderContextData::POINTSIZE_LOCATION); in s_glPointSizePointerData()
183 …SizePointerOES(type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::POINTSIZE_LOCATION)); in s_glPointSizePointerData()