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

12

/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.cpp212 || func == GLMessage::eglCreateContext
/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp105 context = eglCreateContext(dpy, myConfig, EGL_NO_CONTEXT, context_attribs);
106 checkEglError("eglCreateContext");
108 printf("eglCreateContext failed\n");
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp62 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp82 context = eglCreateContext(dpy, config, NULL, NULL);
/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.cpp61 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp58 context = eglCreateContext(dpy, config, NULL, NULL);
/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/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.java370 // C function EGLContext eglCreateContext ( EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list )
372 public static native EGLContext eglCreateContext( method in class:EGL14
/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.cpp62 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp62 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);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp153 if ( (eglContext = eglCreateContext(eglDisplay, myConfig, 0, 0)) == EGL_NO_CONTEXT )
155 printf("eglCreateContext failed\n");
/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/native/opengl/libs/GLES_trace/
H A Dgltrace.proto476 eglCreateContext = 2011;
/frameworks/native/opengl/include/EGL/
H A Degl.h297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp320 context = eglCreateContext(dpy, myConfig, EGL_NO_CONTEXT, context_attribs);
321 checkEglError("eglCreateContext");
323 printf("eglCreateContext failed\n");
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp249 if ( (eglContext = eglCreateContext(eglDisplay, myConfig, 0, 0)) == EGL_NO_CONTEXT )
251 printf("eglCreateContext failed\n");

Completed in 5042 milliseconds

12