Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/opengl/include/EGL/
Deglext.h97 #define EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR 0x00000002 macro
/hardware/google/gfxstream/guest/mesa/include/EGL/
Deglext.h78 #define EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR 0x00000002 macro
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp936 (attrib_val | EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR) || in eglCreateOrLoadContext()
/hardware/google/gfxstream/guest/egl/
Degl.cpp1747 (attrib_val & EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR) || in eglCreateContext()