/external/deqp/framework/egl/ |
egluUnique.hpp | 53 UniqueContext (EGLDisplay display, EGLContext context); 56 EGLContext operator* (void) { return m_context; } 61 EGLContext m_context; 71 ScopedCurrentContext (EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context);
|
egluGLContextFactory.hpp | 43 virtual EGLContext getEGLContext (void) const = 0;
|
egluUnique.cpp | 43 UniqueContext::UniqueContext (EGLDisplay display, EGLContext context) 55 ScopedCurrentContext::ScopedCurrentContext (EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context)
|
egluApiPrototypes.inl | 27 EGLContext eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint* attrib_list); 28 EGLBoolean eglDestroyContext (EGLDisplay dpy, EGLContext ctx); 29 EGLBoolean eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx); 30 EGLContext eglGetCurrentContext (); 33 EGLBoolean eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint* value);
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
ThreadInfo.h | 24 EGLWrapperContext(EGLContext p_aglContext, int _version) { 34 EGLContext aglContext;
|
egl_proc.h | 45 typedef EGLContext (* eglCreateContext_t) (EGLDisplay, EGLConfig, EGLContext, const EGLint*); 46 typedef EGLBoolean (* eglDestroyContext_t) (EGLDisplay, EGLContext); 47 typedef EGLBoolean (* eglMakeCurrent_t) (EGLDisplay, EGLSurface, EGLSurface, EGLContext); 48 typedef EGLContext (* eglGetCurrentContext_t) (); 51 typedef EGLBoolean (* eglQueryContext_t) (EGLDisplay, EGLContext, EGLint, EGLint*); 59 typedef EGLImageKHR (* eglCreateImageKHR_t) (EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const EGLint*);
|
/external/chromium_org/third_party/skia/include/gpu/gl/ |
SkANGLEGLContext.h | 33 EGLContext fOldEGLContext; 44 EGLContext fContext;
|
SkNativeGLContext.h | 68 EGLContext fOldEGLContext; 92 EGLContext fContext;
|
/cts/suite/cts/deviceTests/opengl/jni/primitive/contextswitch/ |
ContextSwitchRenderer.h | 27 EGLContext* mContexts;
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglcontext.h | 107 static INLINE EGLContext 111 return (EGLContext) ctx; 131 _eglLookupContext(EGLContext context, _EGLDisplay *dpy) 143 static INLINE EGLContext 148 (EGLContext) ctx : EGL_NO_CONTEXT;
|
/external/mesa3d/src/egl/main/ |
eglcontext.h | 107 static INLINE EGLContext 111 return (EGLContext) ctx; 131 _eglLookupContext(EGLContext context, _EGLDisplay *dpy) 143 static INLINE EGLContext 148 (EGLContext) ctx : EGL_NO_CONTEXT;
|
/external/chromium_org/ui/gl/ |
gl_context_egl.h | 13 typedef void* EGLContext; 44 EGLContext context_;
|
/cts/tests/tests/effect/src/android/effect/cts/ |
GLEnv.java | 28 private EGLContext mEGLContext; 37 EGL10 egl = (EGL10)EGLContext.getEGL(); 71 EGL10 egl = (EGL10)EGLContext.getEGL(); 96 EGL10 egl = (EGL10)EGLContext.getEGL(); 102 EGL10 egl = (EGL10)EGLContext.getEGL();
|
/cts/tests/tests/graphics/src/android/opengl/cts/ |
EglContextTest.java | 22 import android.opengl.EGLContext; 41 EGLContext eglContext = null; 44 eglContext = createEglContext(eglDisplay); 45 destroyEglContext(eglDisplay, eglContext); 47 eglContext = null; 50 if (eglContext != null) { 51 EGL14.eglDestroyContext(eglDisplay, eglContext); 81 private static EGLContext createEglContext(EGLDisplay eglDisplay) { 83 EGLContext eglContext = EGL14.eglCreateContext(eglDisplay [all...] |
/external/chromium_org/gpu/gles2_conform_support/egl/ |
display.h | 69 bool IsValidContext(EGLContext ctx); 70 EGLContext CreateContext(EGLConfig config, 71 EGLContext share_ctx, 73 void DestroyContext(EGLContext ctx); 74 bool MakeCurrent(EGLSurface draw, EGLSurface read, EGLContext ctx);
|
/external/chromium_org/android_webview/browser/ |
hardware_renderer.h | 68 typedef void* EGLContext; 69 EGLContext last_egl_context_;
|
/cts/suite/cts/deviceTests/opengl/jni/graphics/ |
Renderer.h | 38 EGLContext mEglContext;
|
/development/ndk/sources/android/ndk_helper/ |
GLContext.h | 58 EGLContext context_;
|
/external/chromium_org/content/common/gpu/media/ |
exynos_v4l2_video_device.h | 33 EGLContext egl_context,
|
tegra_v4l2_video_device.h | 36 EGLContext egl_context,
|
v4l2_video_device.h | 80 EGLContext egl_context,
|
/external/chromium_org/third_party/angle/samples/angle/sample_util/ |
SampleApplication.h | 42 EGLContext getContext() const;
|
/development/ndk/platforms/android-9/include/EGL/ |
egl.h | 47 typedef void *EGLContext; 69 #define EGL_NO_CONTEXT ((EGLContext)0) 297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config, 298 EGLContext share_context, 300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx); 302 EGLSurface read, EGLContext ctx); 304 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void); 307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
|
/external/chromium_org/ppapi/lib/gl/include/EGL/ |
egl.h | 47 typedef void *EGLContext; 69 #define EGL_NO_CONTEXT ((EGLContext)0) 297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config, 298 EGLContext share_context, 300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx); 302 EGLSurface read, EGLContext ctx); 304 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void); 307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
|
/external/chromium_org/third_party/angle/util/ |
EGLWindow.h | 55 EGLContext getContext() const; 76 EGLContext mContext;
|