Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Degldisplay.h116 EGLBoolean KHR_context_flush_control; member
Deglapi.c496 _EGL_CHECK_EXTENSION(KHR_context_flush_control); in _eglCreateExtensionsString()
/external/mesa3d/src/mapi/glapi/gen/
Dmeson.build118 'KHR_context_flush_control.xml',
DMakefile.am211 KHR_context_flush_control.xml \
/external/mesa3d/src/mesa/main/
Dextensions_table.h311 EXT(KHR_context_flush_control , dummy_true , GLL, GLC, x…
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c774 disp->Extensions.KHR_context_flush_control = EGL_TRUE; in dri2_setup_screen()