Searched refs:eglCreateContext (Results 1 - 25 of 57) sorted by relevance

123

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureMultiContextGL.h37 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig,
49 mThirdEglContext = eglCreateContext(mEglDisplay, mGlConfig,
H A DSurfaceTextureGLToGL.h43 mProducerEglContext = eglCreateContext(mEglDisplay, mGlConfig,
/frameworks/native/opengl/tools/glgen/specs/egl/
H A Dchecks.spec12 eglCreateContext sentinel attrib_list EGL_NONE
H A DEGL14.spec23 EGLContext eglCreateContext ( EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list )
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_egl.cpp33 glmessage.set_function(GLMessage::eglCreateContext);
H A Dgltrace_context.cpp245 || func == GLMessage::eglCreateContext
/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp106 context = eglCreateContext(dpy, myConfig, EGL_NO_CONTEXT, context_attribs);
107 checkEglError("eglCreateContext");
109 printf("eglCreateContext failed\n");
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp61 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp83 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp149 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT,
152 ALOGE("eglCreateContext error: %#x", eglGetError());
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java99 EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list); method in interface:EGL10
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp155 context = eglCreateContext(dpy, config, NULL, NULL);
156 egl_error("eglCreateContext");
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp62 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp59 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java78 public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, method in class:EGLLogWrapper
80 begin("eglCreateContext");
87 EGLContext result = mEgl10.eglCreateContext(display, config,
H A DEGL14.java388 // C function EGLContext eglCreateContext ( EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list )
390 public static native EGLContext eglCreateContext( method in class:EGL14
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp151 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, attribs);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java53 public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list) { method in class:EGLImpl
/frameworks/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp146 EGLContext context = eglCreateContext(display, configs[0], EGL_NO_CONTEXT, attrs);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h212 GLAPI EGLContext APIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_list, const EGLint *attrib_list);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp64 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp63 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java82 checkEglError("Before eglCreateContext", egl);
84 EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
85 checkEglError("After eglCreateContext", egl);
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java82 checkEglError("Before eglCreateContext", egl);
84 EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
85 checkEglError("After eglCreateContext", egl);
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java85 checkEglError("Before eglCreateContext", egl);
87 EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
88 checkEglError("After eglCreateContext", egl);

Completed in 9044 milliseconds

123