HomeSort by relevance Sort by last modified time
    Searched refs:EGLContext (Results 76 - 100 of 108) sorted by null

1 2 34 5

  /external/deqp/modules/egl/
teglSurfacelessContextTests.cpp 114 EGLContext context = eglCreateContext(display.getEGLDisplay(), config, EGL_NO_CONTEXT, apis[apiNdx].ctxAttrs);
teglMultiThreadTests.cpp 721 vector<EGLContext> m_sharedContexts;
722 vector<EGLContext> m_contexts0;
723 vector<EGLContext> m_contexts1;
967 vector<EGLContext>& contexts = (thread.getId() == 0 ? m_contexts0 : m_contexts1);
    [all...]
teglNativeColorMappingTests.cpp 65 EGLContext createGLES2Context (EGLDisplay display, EGLConfig config)
67 EGLContext context = EGL_NO_CONTEXT;
318 bool testNativeWindow (TestLog& log, eglu::NativeDisplay& nativeDisplay, eglu::NativeWindow& nativeWindow, EGLDisplay display, EGLContext context, EGLConfig config, const glw::Functions& gl, bool renderColor, int waitFrames, size_t colorCount, const tcu::Vec4* colors)
360 bool testNativePixmap (TestLog& log, eglu::NativeDisplay& nativeDisplay, eglu::NativePixmap& nativePixmap, EGLDisplay display, EGLContext context, EGLConfig config, const glw::Functions& gl, bool renderColor, size_t colorCount, const tcu::Vec4* colors)
400 bool testNativePixmapCopy (TestLog& log, eglu::NativePixmap& nativePixmap, EGLDisplay display, EGLContext context, EGLConfig config, const glw::Functions& gl, bool renderColor, size_t colorCount, const tcu::Vec4* colors)
teglNativeCoordMappingTests.cpp 66 EGLContext createGLES2Context (EGLDisplay display, EGLConfig config)
68 EGLContext context = EGL_NO_CONTEXT;
359 bool testNativeWindow (TestLog& log, eglu::NativeDisplay& nativeDisplay, eglu::NativeWindow& nativeWindow, EGLDisplay display, EGLContext context, EGLConfig config, const glw::Functions& gl, bool renderColor, int waitFrames)
407 bool testNativePixmap (TestLog& log, eglu::NativeDisplay& nativeDisplay, eglu::NativePixmap& nativePixmap, int width, int height, EGLDisplay display, EGLContext context, EGLConfig config, const glw::Functions& gl, bool renderColor)
451 bool testNativePixmapCopy (TestLog& log, eglu::NativePixmap& nativePixmap, int width, int height, EGLDisplay display, EGLContext context, EGLConfig config, const glw::Functions& gl, bool renderColor)
teglSwapBuffersTests.cpp 64 EGLContext createGLES2Context (EGLDisplay display, EGLConfig config)
66 EGLContext context = EGL_NO_CONTEXT;
teglImageTests.cpp 224 CHECK_EXT_CALL_RET(eglCreateImageKHR(dpy, (EGLContext)-1, EGL_NONE, 0, DE_NULL),
290 EGLContext getEglContext (void)
teglGLES2SharedRenderingPerfTests.cpp 107 EGLContext getEGLContext (void) { return m_eglContext; }
119 EGLContext m_eglContext;
461 EGLContext createEGLContext (EglTestContext& testCtx, EGLConfig eglConfig, EGLContext share)
470 EGLContext context = eglCreateContext(testCtx.getDisplay().getEGLDisplay(), eglConfig, share, attribList);
    [all...]
teglNegativeApiTests.cpp 677 expectFalse(eglDestroyContext(display, (EGLContext)-1));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.c 41 * The EGLDisplay, EGLConfig, EGLContext and EGLSurface types are
90 #include "eglcontext.h"
415 EGLContext EGLAPIENTRY
416 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list,
424 EGLContext ret;
445 eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
462 EGLContext ctx)
505 eglQueryContext(EGLDisplay dpy, EGLContext ctx,
807 EGLContext EGLAPIENTRY
811 EGLContext ret
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.c 41 * The EGLDisplay, EGLConfig, EGLContext and EGLSurface types are
90 #include "eglcontext.h"
415 EGLContext EGLAPIENTRY
416 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list,
424 EGLContext ret;
445 eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
462 EGLContext ctx)
505 eglQueryContext(EGLDisplay dpy, EGLContext ctx,
807 EGLContext EGLAPIENTRY
811 EGLContext ret
    [all...]
  /development/ndk/platforms/android-9/include/EGL/
eglext.h 84 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
87 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
  /external/chromium_org/ppapi/lib/gl/include/EGL/
eglext.h 84 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
87 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 25 #include "eglContext.h"
874 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list)
912 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
936 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
1039 EGLContext eglGetCurrentContext()
1069 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value)
    [all...]
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 143 virtual EGLContext getEGLContext (void) const { return m_eglContext; }
159 EGLContext m_eglContext;
392 EGLContext createContext (EGLDisplay display, EGLContext eglConfig, const glu::RenderConfig& config)
395 EGLContext context = EGL_NO_CONTEXT;
tcuEgl.cpp 243 EGLContext curContext = EGL_NO_CONTEXT;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/android/org/webrtc/
VideoRendererGui.java 42 import android.opengl.EGLContext;
61 private static EGLContext eglContext = null;
569 public static EGLContext getEGLContext() {
570 return eglContext;
641 eglContext = EGL14.eglGetCurrentContext();
642 Log.d(TAG, "VideoRendererGui EGL Context: " + eglContext);
  /external/chromium_org/third_party/skia/src/views/win/
SkOSWindow_win.cpp 390 EGLContext* eglContext,
461 EGLContext context = eglCreateContext(display, *eglConfig,
474 *eglContext = context;
  /cts/suite/cts/deviceTests/opengl/jni/primitive/contextswitch/
ContextSwitchRenderer.cpp 104 mContexts = new EGLContext[NUM_WORKER_CONTEXTS];
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 50 static EGLContext sEglContext = EGL_NO_CONTEXT;
  /external/chromium_org/android_webview/browser/
hardware_renderer.cc 204 EGLContext current_context = eglGetCurrentContext();
205 DCHECK(current_context) << "DrawGL called without EGLContext";
  /external/chromium_org/third_party/khronos/EGL/
eglext.h 84 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
87 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
  /external/chromium_org/third_party/mesa/src/include/EGL/
eglext.h 84 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
87 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
  /external/mesa3d/include/EGL/
eglext.h 84 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
87 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
  /external/chromium_org/gpu/command_buffer/service/
texture_definition.cc 149 EGLContext egl_context = eglGetCurrentContext();
  /external/chromium_org/third_party/angle/src/libEGL/
Display.cpp 393 EGLContext Display::createContext(EGLConfig configHandle, EGLint clientVersion, const gl::Context *shareContext, bool notifyResets, bool robustAccess)

Completed in 2024 milliseconds

1 2 34 5