HomeSort by relevance Sort by last modified time
    Searched refs:EGLContext (Results 251 - 275 of 328) sorted by null

<<11121314

  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 193 bool setupYuvTexSurface(EGLDisplay dpy, EGLContext context) {
345 EGLContext context;
  /cts/tests/openglperf2/jni/primitive/contextswitch/
ContextSwitchRenderer.cpp 105 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/skia/src/gpu/gl/egl/
SkCreatePlatformGLContext_egl.cpp 55 EGLContext fContext;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 53 import javax.microedition.khronos.egl.EGLContext;
129 private EGLContext mEglContext;
740 mEgl = (EGL10) EGLContext.getEGL();
810 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) {
    [all...]
  /frameworks/native/libs/gui/
GLConsumer.cpp 552 EGLContext ctx = eglGetCurrentContext();
571 GLC_LOGE("checkAndUpdateEglState: invalid current EGLContext");
609 EGLContext ctx = eglGetCurrentContext();
617 GLC_LOGE("detachFromContext: invalid current EGLContext");
654 EGLContext ctx = eglGetCurrentContext();
662 GLC_LOGE("attachToContext: invalid current EGLContext");
    [all...]
  /frameworks/native/opengl/tests/filter/
filter.cpp 36 EGLContext context;
  /frameworks/native/opengl/tests/finish/
finish.cpp 43 EGLContext context;
  /frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
TestLatencyView.java 32 import javax.microedition.khronos.egl.EGLContext;
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 22 EGLContext eglContext;
154 if ( (eglContext = eglCreateContext(eglDisplay, myConfig, 0, 0)) == EGL_NO_CONTEXT )
160 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
175 eglDestroyContext( eglDisplay, eglContext );
  /frameworks/native/opengl/tools/glgen/
gen 164 for x in EGLConfig EGLContext EGLDisplay EGLObjectHandle EGLSurface
  /hardware/libhardware/tests/hwc/
util.c 174 EGLContext context;
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.h 90 EGLContext mEglContext;
  /device/generic/goldfish-opengl/system/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/deqp/framework/egl/
egluGLContextFactory.cpp 139 virtual EGLContext getEGLContext (void) const { return m_eglContext; }
155 EGLContext m_eglContext;
  /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/skia/src/views/win/
SkOSWindow_win.cpp 402 EGLContext* eglContext,
475 EGLContext context = eglCreateContext(display, *eglConfig,
488 *eglContext = context;
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
VideoRendererGui.java 35 import javax.microedition.khronos.egl.EGLContext;
56 // |instance|, |instance.surface|, |eglContext|, and |eglContextReady| are synchronized on
62 private static EglBase.Context eglContext = null;
97 // currently leaking resources to avoid a rare crash in release() where the EGLContext has
422 return eglContext;
440 eglContext = null;
612 eglContext = new EglBase14.Context(EGL14.eglGetCurrentContext());
614 eglContext = new EglBase10.Context(((EGL10) EGLContext.getEGL()).eglGetCurrentContext());
617 Logging.d(TAG, "VideoRendererGui EGL Context: " + eglContext);
    [all...]
SurfaceViewRenderer.java 44 import javax.microedition.khronos.egl.EGLContext;
207 * should be called before the Activity is destroyed and the EGLContext is still valid. If you
  /frameworks/base/services/core/java/com/android/server/display/
ColorFade.java 34 import android.opengl.EGLContext;
90 private EGLContext mEglContext;
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 272 EGLContext context;
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 20 EGLContext eglContext;
250 if ( (eglContext = eglCreateContext(eglDisplay, myConfig, 0, 0)) == EGL_NO_CONTEXT )
256 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
286 eglDestroyContext( eglDisplay, eglContext );
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 109 EGLContext getEGLContext (void) { return m_eglContext; }
123 EGLContext m_eglContext;
444 EGLContext createEGLContext (EglTestContext& testCtx, EGLDisplay eglDisplay, EGLConfig eglConfig, EGLContext share)
455 EGLContext context = egl.createContext(eglDisplay, eglConfig, share, attribList);
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 123 EGLContext mEglContext;
523 EGLContext ctx;
794 EGLContext mEglContext;

Completed in 1184 milliseconds

<<11121314