Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h42 TEXTURE_2D_ARRAY, enumerator
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h669 TEXTURE_2D_ARRAY = 3, enumerator
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp806 case TEXTURE_2D_ARRAY: in postLoadRestoreCtx()
2179 value = TEXTURE_2D_ARRAY; in GLTextureTargetToLocal()
2225 case TEXTURE_2D_ARRAY: in getDefaultTextureName()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1447 m_tex.activeUnit->texture[TEXTURE_2D_ARRAY] = texture; in bindTexture()
1736 return m_tex.activeUnit->texture[TEXTURE_2D_ARRAY]; in getBoundTexture()