Home
last modified time | relevance | path

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

/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
DGLSurfaceView20.java48 final static int EGL_CONTEXT_PRIORITY_LOW_IMG = 0x3103; field in GLSurfaceView20
147 EGL_CONTEXT_PRIORITY_LEVEL_IMG, EGL_CONTEXT_PRIORITY_LOW_IMG, EGL10.EGL_NONE}; in createContext()
DGLSurfaceView20API18.java139 GLSurfaceView20.EGL_CONTEXT_PRIORITY_LEVEL_IMG, GLSurfaceView20.EGL_CONTEXT_PRIORITY_LOW_IMG, in createContext()
DGLSurfaceViewAPI18.java782 final int EGL_CONTEXT_PRIORITY_LOW_IMG = 0x3103; in createContext() local
784 … GLSurfaceView20.EGL_CONTEXT_PRIORITY_LEVEL_IMG, GLSurfaceView20.EGL_CONTEXT_PRIORITY_LOW_IMG, in createContext()
/external/mesa3d/include/EGL/
Deglext.h171 #define EGL_CONTEXT_PRIORITY_LOW_IMG 0x3103 macro