Searched refs:baseTexFormat (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c3758 GLenum baseTexFormat = texImage->_BaseFormat; local
3768 if ((baseTexFormat == GL_LUMINANCE ||
3769 baseTexFormat == GL_LUMINANCE_ALPHA ||
3770 baseTexFormat == GL_INTENSITY) ||
3774 ((baseTexFormat == GL_RGBA ||
3775 baseTexFormat == GL_RGB ||
3776 baseTexFormat == GL_RG) &&
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c3758 GLenum baseTexFormat = texImage->_BaseFormat; local
3768 if ((baseTexFormat == GL_LUMINANCE ||
3769 baseTexFormat == GL_LUMINANCE_ALPHA ||
3770 baseTexFormat == GL_INTENSITY) ||
3774 ((baseTexFormat == GL_RGBA ||
3775 baseTexFormat == GL_RGB ||
3776 baseTexFormat == GL_RG) &&

Completed in 63 milliseconds