Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.cpp1758 bool hasIntegerTextures; in initConfigTable() local
1760 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()