Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/
DGLDecoderContextData.h37 TEXCOORD4_LOCATION = 8, enumerator
/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.cpp447 case GLClientState::TEXCOORD4_LOCATION: in sendVertexData()
493 case GLClientState::TEXCOORD4_LOCATION: in sendVertexData()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h162 TEXCOORD4_LOCATION = 8, enumerator
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp83 m_currVaoState[TEXCOORD4_LOCATION].glConst = GL_TEXTURE_COORD_ARRAY; in init()