Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/
DGLDecoderContextData.h35 TEXCOORD2_LOCATION = 6, enumerator
/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.cpp445 case GLClientState::TEXCOORD2_LOCATION: in sendVertexData()
491 case GLClientState::TEXCOORD2_LOCATION: in sendVertexData()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h160 TEXCOORD2_LOCATION = 6, enumerator
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp81 m_currVaoState[TEXCOORD2_LOCATION].glConst = GL_TEXTURE_COORD_ARRAY; in init()