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

12

/frameworks/base/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/base/opengl/tests/linetex/
H A Dlinetex.cpp62 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/base/opengl/tests/swapinterval/
H A Dswapinterval.cpp82 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/tests/angeles/
H A Dapp-linux.cpp155 context = eglCreateContext(dpy, config, NULL, NULL);
156 egl_error("eglCreateContext");
/frameworks/base/opengl/tests/fillrate/
H A Dfillrate.cpp61 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/base/opengl/tests/textures/
H A Dtextures.cpp58 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,
/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/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/base/opengl/tests/filter/
H A Dfilter.cpp62 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/base/opengl/tests/finish/
H A Dfinish.cpp62 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/base/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/base/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/base/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/base/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/include/EGL/
H A Degl.h297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
/frameworks/base/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/base/opengl/tests/gl_basic/
H A Dgl_basic.cpp249 if ( (eglContext = eglCreateContext(eglDisplay, myConfig, 0, 0)) == EGL_NO_CONTEXT )
251 printf("eglCreateContext failed\n");
/frameworks/base/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp276 context = eglCreateContext(dpy, myConfig, EGL_NO_CONTEXT, context_attribs);
277 checkEglError("eglCreateContext");
279 printf("eglCreateContext failed\n");
/frameworks/base/services/surfaceflinger/DisplayHardware/
H A DDisplayHardware.cpp255 context = eglCreateContext(display, config, NULL, contextAttributes);
/frameworks/base/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp431 context = eglCreateContext(dpy, myConfig, EGL_NO_CONTEXT, context_attribs);
432 checkEglError("eglCreateContext");
434 printf("eglCreateContext failed\n");
/frameworks/base/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp386 context = eglCreateContext(dpy, myConfig, EGL_NO_CONTEXT, context_attribs);
387 checkEglError("eglCreateContext");
389 printf("eglCreateContext failed\n");
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java404 return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
/frameworks/media/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp214 mEglContext = eglCreateContext(mEglDisplay, config, EGL_NO_CONTEXT,

Completed in 119 milliseconds

12