Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h99 bool GL_OES_TEXTURE_NPOT = false; member
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp776 if (glSupport.GL_OES_TEXTURE_NPOT) ext += "GL_OES_texture_npot "; in InitExtensionString()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp1942 glSupport.GL_OES_TEXTURE_NPOT = true; in initCapsLocked()