Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/
DGLDecoderContextData.h32 POINTSIZE_LOCATION = 3, enumerator
/hardware/google/gfxstream/host/gl/gles1_dec/
DGLESv1Decoder.cpp270 STORE_POINTER_DATA_OR_ABORT(GLDecoderContextData::POINTSIZE_LOCATION); in s_glPointSizePointerData()
272 …SizePointerOES(type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::POINTSIZE_LOCATION)); in s_glPointSizePointerData()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h157 POINTSIZE_LOCATION = 3, enumerator
884 … const GLClientState::VertexAttribState& state = getState(GLClientState::POINTSIZE_LOCATION); in getClientStateParameter()
890 … const GLClientState::VertexAttribState& state = getState(GLClientState::POINTSIZE_LOCATION); in getClientStateParameter()
956 … const GLClientState::VertexAttribState& state = getState(GLClientState::POINTSIZE_LOCATION); in getClientStateParameter()
/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.cpp301 …ctx->m_state->setVertexAttribState(GLClientState::POINTSIZE_LOCATION, 1, type, false, stride, data… in s_glPointSizePointerOES()
457 case GLClientState::POINTSIZE_LOCATION: in sendVertexData()
481 case GLClientState::POINTSIZE_LOCATION: in sendVertexData()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp78 m_currVaoState[POINTSIZE_LOCATION].glConst = GL_POINT_SIZE_ARRAY_OES; in init()
424 retval = int(POINTSIZE_LOCATION); in getLocation()
1093 which_state = GLClientState::POINTSIZE_LOCATION; in getClientStatePointer()