Searched refs:hasIntegerTextures (Results 1 – 1 of 1) sorted by relevance
1758 bool hasIntegerTextures; in initConfigTable() local1760 hasIntegerTextures = version >= GR_GL_VER(3, 0) || in initConfigTable()1763 hasIntegerTextures = (version >= GR_GL_VER(3, 0)); in initConfigTable()1767 hasIntegerTextures = false; in initConfigTable()1776 if (hasIntegerTextures) { in initConfigTable()