Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h44 TEXTURE_2D_MULTISAMPLE, enumerator
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h671 TEXTURE_2D_MULTISAMPLE = 5, enumerator
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp812 case TEXTURE_2D_MULTISAMPLE: in postLoadRestoreCtx()
2185 value = TEXTURE_2D_MULTISAMPLE; in GLTextureTargetToLocal()
2231 case TEXTURE_2D_MULTISAMPLE: in getDefaultTextureName()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1453 m_tex.activeUnit->texture[TEXTURE_2D_MULTISAMPLE] = texture; in bindTexture()
1740 return m_tex.activeUnit->texture[TEXTURE_2D_MULTISAMPLE]; in getBoundTexture()