Home
last modified time | relevance | path

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

/sdk/emulator/opengl/shared/OpenglCodecCommon/
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()
DGLDecoderContextData.h30 POINTSIZE_LOCATION = 3, enumerator
DGLClientState.cpp44 m_states[POINTSIZE_LOCATION].glConst = GL_POINT_SIZE_ARRAY_OES; in GLClientState()
143 retval = int(POINTSIZE_LOCATION); in getLocation()
181 state = getState(GLClientState::POINTSIZE_LOCATION); in getClientStatePointer()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
DGLDecoder.cpp185 STORE_POINTER_DATA_OR_ABORT(GLDecoderContextData::POINTSIZE_LOCATION); in s_glPointSizePointerData()
187 …SizePointerOES(type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::POINTSIZE_LOCATION)); in s_glPointSizePointerData()