HomeSort by relevance Sort by last modified time
    Searched refs:eglCreateContext (Results 1 - 25 of 176) sorted by null

1 2 3 4 5 6 7 8

  /device/generic/goldfish-opengl/system/egl/
egl_ftable.h 42 {"eglCreateContext", (void *)eglCreateContext},
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_ftable.h 42 {"eglCreateContext", (void *)eglCreateContext},
egl_dispatch.h 44 eglCreateContext_t eglCreateContext;
89 eglCreateContext_t set_eglCreateContext(eglCreateContext_t f) { eglCreateContext_t retval = eglCreateContext; eglCreateContext = f; return retval;}
  /frameworks/native/libs/gui/tests/
SurfaceTextureGLToGL.h 45 mProducerEglContext = eglCreateContext(mEglDisplay, mGlConfig,
SurfaceTextureMultiContextGL.h 38 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig,
50 mThirdEglContext = eglCreateContext(mEglDisplay, mGlConfig,
  /cts/tests/tests/media/src/android/media/cts/
NdkInputSurface.java 35 static private native long eglCreateContext(long eglDisplay, long eglConfig);
59 mEGLContext = eglCreateContext(mEGLDisplay, mEGLConfig);
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary14.inl 10 { "eglCreateContext", (deFunctionPtr)eglCreateContext },
eglwStaticLibrary15.inl 11 { "eglCreateContext", (deFunctionPtr)eglCreateContext },
  /external/mesa3d/src/egl/
egl-symbols-check 10 eglCreateContext
  /frameworks/native/opengl/tools/glgen/specs/egl/
checks.spec 12 eglCreateContext sentinel attrib_list EGL_NONE
EGL14.spec 23 EGLContext eglCreateContext ( EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list )
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 92 // * eglCreateContext()
288 TEGL_ADD_API_CASE(create_context, "eglCreateContext() negative tests",
295 expectNoContext(eglCreateContext(EGL_NO_DISPLAY, DE_NULL, EGL_NO_CONTEXT, s_emptyAttribList));
298 expectNoContext(eglCreateContext((EGLDisplay)-1, DE_NULL, EGL_NO_CONTEXT, s_emptyAttribList));
305 expectNoContext(eglCreateContext(display, (EGLConfig)-1, EGL_NO_CONTEXT, s_emptyAttribList));
318 expectNoContext(eglCreateContext(display, es1OnlyConfig, EGL_NO_CONTEXT, s_es1ContextAttribList));
326 expectNoContext(eglCreateContext(display, es2OnlyConfig, EGL_NO_CONTEXT, s_es2ContextAttribList));
334 expectNoContext(eglCreateContext(display, vgOnlyConfig, EGL_NO_CONTEXT, s_emptyAttribList));
345 expectNoContext(eglCreateContext(display, glOnlyConfig, EGL_NO_CONTEXT, s_emptyAttribList));
353 expectNoContext(eglCreateContext(display, vgOnlyConfig, EGL_NO_CONTEXT, s_emptyAttribList))
    [all...]
  /external/skia/tools/fiddle/
egl_context.cpp 59 EGLContext eglCtx = eglCreateContext(eglDpy, eglCfg, EGL_NO_CONTEXT, NULL);
  /external/skqp/tools/fiddle/
egl_context.cpp 59 EGLContext eglCtx = eglCreateContext(eglDpy, eglCfg, EGL_NO_CONTEXT, NULL);
  /cts/tests/tests/graphics/src/android/graphics/cts/
ASurfaceTextureTest.java 86 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT,
89 throw new RuntimeException("eglCreateContext failed");
RenderTarget.java 35 import static android.opengl.EGL14.eglCreateContext;
171 EGLContext context = eglCreateContext(display, config, EGL_NO_CONTEXT, gl_attribs, 0);
173 throw new IllegalStateException("eglCreateContext failed");
  /cts/tests/tests/opengl/src/android/opengl/cts/
EglSurfacesTest.java 69 EGLContext context = egl.eglCreateContext(display, config,
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 62 mEGLContext = egl.eglCreateContext(mEGLDisplay, mEGLConfig, EGL10.EGL_NO_CONTEXT, attribs);
63 checkForEGLErrors("eglCreateContext");
  /cts/tests/tests/hardware/src/android/hardware/cts/
Egl14Utils.java 66 return EGL14.eglCreateContext(eglDisplay, eglConfig,
  /external/autotest/client/deps/glbench/src/
egl_stuff.cc 115 return eglCreateContext(display_, config_, NULL, attribs);
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 99 context = eglCreateContext(dpy, myConfig, EGL_NO_CONTEXT, context_attribs);
100 checkEglError("eglCreateContext");
102 printf("eglCreateContext failed\n");
  /frameworks/native/opengl/tests/linetex/
linetex.cpp 61 context = eglCreateContext(dpy, config, NULL, NULL);
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 83 context = eglCreateContext(dpy, config, NULL, NULL);
  /frameworks/native/opengl/tests/textures/
textures.cpp 59 context = eglCreateContext(dpy, config, NULL, NULL);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaOutputSurface.java 159 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, configs[0], EGL14.EGL_NO_CONTEXT,
161 checkEglError("eglCreateContext");

Completed in 423 milliseconds

1 2 3 4 5 6 7 8