Home
last modified time | relevance | path

Searched defs:eglConfig (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_LinuxX11.cpp255 bool ChooseEGLConfig( EGLDisplay eglDisplay, EGLConfig& eglConfig ) in ChooseEGLConfig()
299 bool CreateEGLSurface( Window nativeWindow, EGLDisplay eglDisplay, EGLConfig eglConfig, EGLSurface&… in CreateEGLSurface()
329 bool SetupEGLContext( EGLDisplay eglDisplay, EGLConfig eglConfig, EGLSurface eglSurface, EGLContext… in SetupEGLContext()
757 EGLConfig eglConfig = NULL; in main() local
DOGLES2HelloAPI_Windows.cpp159 EGLConfig eglConfig = 0; in WinMain() local
/external/deqp/framework/egl/
DegluGLUtil.cpp82 EGLContext eglConfig, in createGLContext()
204 …figMatches (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig eglConfig, const g… in configMatches()
DegluGLContextFactory.cpp233 …, const NativeWindowFactory* windowFactory, EGLDisplay eglDisplay, EGLConfig eglConfig, const glu:… in createWindow()
257 …, const NativePixmapFactory* pixmapFactory, EGLDisplay eglDisplay, EGLConfig eglConfig, const glu:… in createPixmap()
280 EGLSurface createPBuffer (const Library& egl, EGLDisplay display, EGLConfig eglConfig, const glu::R… in createPBuffer()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DEglBase14.java52 private EGLConfig eglConfig; field in EglBase14
243 EglBase14.Context sharedContext, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createEglContext()
DEglBase10.java52 private EGLConfig eglConfig; field in EglBase10
288 Context sharedContext, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createEglContext()
/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp444 EGLContext createEGLContext (EglTestContext& testCtx, EGLDisplay eglDisplay, EGLConfig eglConfig, E… in createEGLContext()
461 EGLSurface createEGLSurface (EglTestContext& testCtx, EGLDisplay display, EGLConfig eglConfig, cons… in createEGLSurface()
479 TestContext::TestContext (EglTestContext& testCtx, EGLDisplay eglDisplay, EGLConfig eglConfig, cons… in TestContext()
856 EGLConfig eglConfig = eglu::chooseSingleConfig(egl, m_display, attribList); in init() local
DteglNegativePartialUpdateTests.cpp118 …(const Library& egl, EGLDisplay eglDisplay, EGLSurface eglSurface, EGLConfig eglConfig, const EGLi… in initAndMakeCurrentEGLContext()
DteglResizeTests.cpp148 const EGLConfig eglConfig = getEGLConfig(egl, eglDisplay, surfaceType()); in init() local
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java88 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext()
/external/skqp/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieRunner.java203 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext()
/external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieRunner.java203 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext()
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java701 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext()