/hardware/intel/img/psb_video/src/ |
psb_drv_video.h | 650 void (*destroyContext)(
|
tng_H263ES.c | 626 destroyContext:
|
tng_MPEG4ES.c | 502 destroyContext:
|
tng_vld_dec.c | 506 vtable->destroyContext(obj_context);
|
tng_yuv_processor.c | 357 destroyContext:
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglWindowsApi.cpp | 538 bool destroyContext(EGLNativeInternalDisplayType dpy,EGLNativeContextType ctx) {
|
/external/chromium_org/third_party/npapi/bindings/ |
npapi_extensions.h | 391 NPDeviceDestroyContextPtr destroyContext; 400 /* NPDeviceDestroyContextPtr destroyContext; */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dimm.h | 361 virtual HRESULT WINAPI DestroyContext(HIMC hIME) = 0; 436 HRESULT (WINAPI *DestroyContext)(IActiveIMMApp *This,HIMC hIME); [all...] |
/external/deqp/modules/egl/ |
teglGLES2SharingThreadedTests.cpp | 656 class DestroyContext : public tcu::ThreadUtil::Operation 659 DestroyContext (SharedPtr<GLES2Context> contex); 666 DestroyContext::DestroyContext (SharedPtr<GLES2Context> contex) 667 : tcu::ThreadUtil::Operation ("DestroyContext") 673 void DestroyContext::exec (tcu::ThreadUtil::Thread& thread) [all...] |
/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...] |
/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/angle/src/libEGL/ |
libEGL.cpp | 880 display->destroyContext(context);
|
/external/chromium_org/third_party/mesa/src/include/GL/internal/ |
dri_interface.h | 589 void (*destroyContext)(__DRIcontext *context); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/ |
dri2.c | 856 .DestroyContext = dri_destroy_context,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d_api.c | 899 drv->API.DestroyContext = egl_g3d_destroy_context;
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
dri_glx.c | 522 (*psc->core->destroyContext) (pcp->driContext);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_screen.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/ |
swrast.c | 900 .DestroyContext = dri_destroy_context,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
glxapi.c | 243 (t->DestroyContext)(dpy, ctx); [all...] |
/external/mesa3d/include/GL/internal/ |
dri_interface.h | 589 void (*destroyContext)(__DRIcontext *context); [all...] |
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
dri2.c | 856 .DestroyContext = dri_destroy_context,
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d_api.c | 899 drv->API.DestroyContext = egl_g3d_destroy_context;
|
/external/mesa3d/src/glx/ |
dri_glx.c | 522 (*psc->core->destroyContext) (pcp->driContext);
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_screen.c | [all...] |
/external/mesa3d/src/mesa/drivers/dri/swrast/ |
swrast.c | 900 .DestroyContext = dri_destroy_context,
|