Home
last modified time | relevance | path

Searched refs:TEXTURE_2D_MULTISAMPLE (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h478 TEXTURE_2D_MULTISAMPLE = 5, enumerator
DGLClientState.cpp791 m_tex.activeUnit->texture[TEXTURE_2D_MULTISAMPLE] = texture; in bindTexture()
927 return m_tex.activeUnit->texture[TEXTURE_2D_MULTISAMPLE]; in getBoundTexture()