HomeSort by relevance Sort by last modified time
    Searched refs:activeUnit (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp 94 m_tex.activeUnit = &m_tex.unit[0];
706 m_tex.activeUnit = &m_tex.unit[unit];
712 return GL_TEXTURE0 + (m_tex.activeUnit - &m_tex.unit[0]);
719 m_tex.activeUnit->enables |= (1u << TEXTURE_2D);
722 m_tex.activeUnit->enables |= (1u << TEXTURE_EXTERNAL);
731 m_tex.activeUnit->enables &= ~(1u << TEXTURE_2D);
734 m_tex.activeUnit->enables &= ~(1u << TEXTURE_EXTERNAL);
741 unsigned int enables = m_tex.activeUnit->enables;
776 m_tex.activeUnit->texture[TEXTURE_2D] = texture;
779 m_tex.activeUnit->texture[TEXTURE_EXTERNAL] = texture
    [all...]
GLClientState.h 487 TextureUnit* activeUnit;

Completed in 60 milliseconds