Home
last modified time | relevance | path

Searched defs:egl (Results 1 – 25 of 101) sorted by relevance

12345

/external/chromium_org/third_party/mesa/src/src/egl/main/
Degl.pc.in6 Name: egl name
/external/mesa3d/src/egl/main/
Degl.pc.in6 Name: egl name
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java87 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext()
97 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) { in destroyContext()
102 private static void checkEglError(String prompt, EGL10 egl) { in checkEglError()
133 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { in chooseConfig()
156 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, in chooseConfig()
184 private int findConfigAttrib(EGL10 egl, EGLDisplay display, in findConfigAttrib()
193 private void printConfigs(EGL10 egl, EGLDisplay display, in printConfigs()
203 private void printConfig(EGL10 egl, EGLDisplay display, in printConfig()
/external/deqp/modules/egl/
DteglChooseConfigReference.hpp31 namespace egl namespace
DteglCreateContextTests.hpp31 namespace egl namespace
DteglColorClearTests.hpp31 namespace egl namespace
DteglGetProcAddressTests.hpp31 namespace egl namespace
DteglMemoryStressTests.hpp31 namespace egl namespace
DteglResizeTests.hpp31 namespace egl namespace
DteglVGRenderUtil.hpp32 namespace egl namespace
DteglInfoTests.hpp31 namespace egl namespace
DteglNativeColorMappingTests.hpp31 namespace egl namespace
DteglGLES2RenderUtil.hpp32 namespace egl namespace
DteglQueryContextTests.hpp31 namespace egl namespace
DteglGLES1RenderUtil.hpp32 namespace egl namespace
DteglRenderTests.hpp31 namespace egl namespace
DteglCreateContextExtTests.hpp31 namespace egl namespace
DteglClientExtensionTests.hpp31 namespace egl namespace
DteglQueryConfigTests.hpp31 namespace egl namespace
DteglCreateSurfaceTests.hpp31 namespace egl namespace
DteglMultiThreadTests.hpp31 namespace egl namespace
DteglGLES2SharedRenderingPerfTests.hpp31 namespace egl namespace
DteglPreservingSwapTests.hpp31 namespace egl namespace
DteglQuerySurfaceTests.hpp31 namespace egl namespace
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java701 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext()
702 void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context); in destroyContext()
708 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { in createContext()
716 public void destroyContext(EGL10 egl, EGLDisplay display, in destroyContext()
729 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, in createWindowSurface()
731 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface); in destroySurface()
736 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, in createWindowSurface()
741 public void destroySurface(EGL10 egl, EGLDisplay display, in destroySurface()
764 EGLConfig chooseConfig(EGL10 egl, EGLDisplay display); in chooseConfig()
773 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { in chooseConfig()
[all …]

12345