Home | History | Annotate | Download | only in registry

Lines Matching full:gles

118 # be included in the core GLES/gl.h header.
222 # GLES 1/2/3 core .h have separate *platform.h files to define calling conventions
223 gles1PlatformStrings = [ '#include <GLES/glplatform.h>', '' ]
228 # GLES 1/2 extension .h have small addition to calling convention headers
307 # GLES 1.x API + mandatory extensions - GLES/gl.h (no function pointers)
309 filename = 'GLES/gl.h',
326 # GLES 1.x extensions - GLES/glext.h
328 filename = 'GLES/glext.h',
333 defaultExtensions = 'gles1', # Default extensions for GLES 1
345 # GLES 2.0 API - GLES2/gl2.h (no function pointers)
364 # GLES 3.1 / 3.0 / 2.0 extensions - GLES2/gl2ext.h
371 defaultExtensions = 'gles2', # Default extensions for GLES 2
383 # GLES 3.1 API - GLES3/gl31.h (no function pointers)
402 # GLES 3.0 API - GLES3/gl3.h (no function pointers)