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

1 2 3 4

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglContext.cpp 52 EglOS::destroyContext(m_dpy->nativeType(),m_native);
EglOsApi.h 38 bool destroyContext(EGLNativeInternalDisplayType dpy,EGLNativeContextType ctx);
EglMacApi.cpp 178 bool destroyContext(EGLNativeDisplayType dpy,EGLNativeContextType ctx) {
EglDisplay.cpp 40 EglOS::destroyContext( m_dpy, m_globalSharedContext);
  /sdk/emulator/opengl/tests/ut_renderer/
Renderer.h 45 int destroyContext(RenderingThread *thread,const ClientHandle & ctx);
Renderer.cpp 116 int Renderer::destroyContext(RenderingThread *thread, const ClientHandle &handle)
  /external/chromium_org/third_party/angle/src/libEGL/
Display.h 51 void destroyContext(gl::Context *context);
Display.cpp 136 destroyContext(*mContextSet.begin());
453 void Display::destroyContext(gl::Context *context)
  /frameworks/base/libs/hwui/renderthread/
RenderProxy.h 112 void destroyContext();
RenderProxy.cpp 74 destroyContext();
77 CREATE_BRIDGE1(destroyContext, CanvasContext* context) {
82 void RenderProxy::destroyContext() {
84 SETUP_TASK(destroyContext);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptPromisePropertyTest.cpp 146 virtual void destroyContext()
189 virtual void destroyContext() OVERRIDE
192 ScriptPromisePropertyTestBase::destroyContext();
367 destroyContext();
381 destroyContext();
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 170 void destroyContext (EGLDisplay display, EGLContext context);
210 void GLES2SharingTest::destroyContext (EGLDisplay display, EGLContext context)
313 destroyContext(display.getEGLDisplay(), contextB);
315 destroyContext(display.getEGLDisplay(), contextA);
320 destroyContext(display.getEGLDisplay(), contextA);
322 destroyContext(display.getEGLDisplay(), contextB);
    [all...]
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 121 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) {
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 89 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) {
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 89 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) {
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 92 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) {
  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 97 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) {
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 112 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/GL/internal/
dri_interface.h 532 void (*destroyContext)(__DRIcontext *context);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 532 void (*destroyContext)(__DRIcontext *context);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 771 void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context);
785 public void destroyContext(EGL10 egl, EGLDisplay display,
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 702 void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context);
716 public void destroyContext(EGL10 egl, EGLDisplay display,
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 756 void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context);
770 public void destroyContext(EGL10 egl, EGLDisplay display,
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/internal/
dri_interface.h 589 void (*destroyContext)(__DRIcontext *context);
    [all...]
  /external/chromium_org/third_party/npapi/bindings/
npapi_extensions.h 391 NPDeviceDestroyContextPtr destroyContext;
400 /* NPDeviceDestroyContextPtr destroyContext; */
    [all...]

Completed in 1027 milliseconds

1 2 3 4