Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/
DGLDecoderContextData.h34 TEXCOORD1_LOCATION = 5, enumerator
/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.cpp444 case GLClientState::TEXCOORD1_LOCATION: in sendVertexData()
490 case GLClientState::TEXCOORD1_LOCATION: in sendVertexData()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h159 TEXCOORD1_LOCATION = 5, enumerator
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp80 m_currVaoState[TEXCOORD1_LOCATION].glConst = GL_TEXTURE_COORD_ARRAY; in init()