/device/generic/goldfish/opengl/system/egl/ |
egl_ftable.h | 43 {"eglDestroyContext", (void *)eglDestroyContext},
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
egl_ftable.h | 43 {"eglDestroyContext", (void *)eglDestroyContext},
|
egl_dispatch.h | 45 eglDestroyContext_t eglDestroyContext; 90 eglDestroyContext_t set_eglDestroyContext(eglDestroyContext_t f) { eglDestroyContext_t retval = eglDestroyContext; eglDestroyContext = f; return retval;}
|
/sdk/emulator/opengl/tests/EGL_host_wrapper/ |
egl_ftable.h | 43 {"eglDestroyContext", (void *)eglDestroyContext},
|
egl_dispatch.h | 45 eglDestroyContext_t eglDestroyContext; 90 eglDestroyContext_t set_eglDestroyContext(eglDestroyContext_t f) { eglDestroyContext_t retval = eglDestroyContext; eglDestroyContext = f; return retval;}
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
RenderContext.cpp | 74 s_egl.eglDestroyContext(FrameBuffer::getFB()->getDisplay(), m_ctx);
|
EGLDispatch.h | 45 eglDestroyContext_t eglDestroyContext;
|
/cts/tests/tests/graphics/src/android/opengl/cts/ |
EglContextTest.java | 51 EGL14.eglDestroyContext(eglDisplay, eglContext); 103 EGL14.eglDestroyContext(eglDisplay, eglContext);
|
/cts/tests/tests/nativeopengl/standalone/jni/tests/ |
EGLCreateContext_test.cpp | 81 eglDestroyContext(mEglDisplay, mEglContext); 127 ASSERT_EQ(EGL_TRUE, eglDestroyContext(mEglDisplay, mEglContext));
|
EGLCleanup_test.cpp | 298 eglDestroyContext(mEglDisplay, mEglContext);
|
GLTest_test.cpp | 111 eglDestroyContext(mEglDisplay, mEglContext);
|
/sdk/emulator/opengl/tests/ut_renderer/ |
RendererContext.cpp | 37 eglDestroyContext(m_dpy, m_ctx);
|
/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
SkANGLEGLContext.cpp | 41 eglDestroyContext(fDisplay, fContext);
|
/external/skia/src/gpu/gl/angle/ |
SkANGLEGLContext.cpp | 41 eglDestroyContext(fDisplay, fContext);
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
importgl.h | 68 FNDEF(EGLBoolean, eglDestroyContext, (EGLDisplay dpy, EGLContext ctx)); 120 #define eglDestroyContext FNPTR(eglDestroyContext)
|
importgl.c | 111 IMPORT_FUNC(eglDestroyContext);
|
app-linux.c | 189 eglDestroyContext(sEglDisplay, sEglContext);
|
/cts/tests/tests/effect/src/android/effect/cts/ |
GLEnv.java | 98 egl.eglDestroyContext(mEGLDisplay, mEGLContext);
|
/external/chromium_org/third_party/skia/src/gpu/gl/android/ |
SkNativeGLContext_android.cpp | 40 eglDestroyContext(fDisplay, fContext);
|
/external/chromium_org/ui/gl/ |
gl_context_egl.cc | 82 if (!eglDestroyContext(display_, context_)) { 83 LOG(ERROR) << "eglDestroyContext failed with error "
|
/external/skia/src/gpu/gl/android/ |
SkNativeGLContext_android.cpp | 40 eglDestroyContext(fDisplay, fContext);
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
EGL14.spec | 24 EGLBoolean eglDestroyContext ( EGLDisplay dpy, EGLContext ctx )
|
/cts/tests/tests/media/src/android/media/cts/ |
InputSurface.java | 122 EGL14.eglDestroyContext(mEGLDisplay, mEGLContext);
|
OutputSurface.java | 178 EGL14.eglDestroyContext(mEGLDisplay, mEGLContext);
|
/cts/tests/tests/textureview/src/android/textureview/cts/ |
GLProducerThread.java | 136 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
|