/device/generic/goldfish/opengl/tests/ut_rendercontrol_enc/ |
ut_rendercontrol.in | 5 GL_ENTRY(int, destroyContext, uint32_t pid, uint32_t handle)
|
/sdk/emulator/opengl/tests/ut_rendercontrol_dec/ |
ut_rendercontrol.in | 5 GL_ENTRY(int, destroyContext, uint32_t pid, uint32_t handle)
|
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_jbig.cpp | 23 CJBig2_Context::DestroyContext(((CCodec_Jbig2Context*)pJbig2Content)->m_pContext);
38 CJBig2_Context::DestroyContext(pContext);
68 CJBig2_Context::DestroyContext(pContext);
111 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext);
156 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext);
182 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext);
195 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext);
|
/external/chromium_org/mojo/gles2/ |
gles2_support_impl.h | 28 virtual void DestroyContext(MojoGLES2Context context) OVERRIDE;
|
gles2_support_impl.cc | 77 void GLES2SupportImpl::DestroyContext(MojoGLES2Context context) {
|
/external/chromium_org/mojo/public/gles2/ |
gles2_private.cc | 40 return g_gles2_support->DestroyContext(context);
|
gles2_private.h | 34 virtual void DestroyContext(MojoGLES2Context context) = 0;
|
/external/chromium_org/native_client_sdk/src/examples/api/gamepad/ |
gamepad.cc | 55 void DestroyContext(); 86 DestroyContext(); 97 DestroyContext(); 176 void GamepadInstance::DestroyContext() {
|
/external/chromium_org/third_party/angle/src/libEGL/ |
Display.h | 46 void destroyContext(gl::Context *context);
|
Display.cpp | 130 destroyContext(*mContextSet.begin()); 447 void Display::destroyContext(gl::Context *context)
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglOsApi.h | 38 bool destroyContext(EGLNativeInternalDisplayType dpy,EGLNativeContextType ctx);
|
EglContext.cpp | 52 EglOS::destroyContext(m_dpy->nativeType(),m_native);
|
/sdk/emulator/opengl/tests/ut_renderer/ |
Renderer.h | 45 int destroyContext(RenderingThread *thread,const ClientHandle & ctx);
|
/external/chromium_org/gpu/gles2_conform_support/egl/ |
display.h | 74 void DestroyContext(EGLContext ctx);
|
/external/pdfium/core/src/fxcodec/jbig2/ |
JBig2_Context.h | 41 static void DestroyContext(CJBig2_Context *pContext);
|
/frameworks/base/libs/hwui/renderthread/ |
RenderProxy.cpp | 74 destroyContext(); 77 CREATE_BRIDGE1(destroyContext, CanvasContext* context) { 82 void RenderProxy::destroyContext() { 84 SETUP_TASK(destroyContext);
|
RenderProxy.h | 110 void destroyContext();
|
/external/chromium_org/third_party/skia/platform_tools/nacl/src/ |
nacl_sample.cpp | 63 DestroyContext(); 135 void DestroyContext() {
|
/external/skia/platform_tools/nacl/src/ |
nacl_sample.cpp | 63 DestroyContext(); 135 void DestroyContext() {
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglfallbacks.c | 66 drv->API.DestroyContext = (DestroyContext_t) _eglReturnFalse;
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
glX_API.xml | 27 <function name="DestroyContext">
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/ |
xmlconfig.h | 110 * To be called in <driver>DestroyContext */
|
/external/mesa3d/src/egl/main/ |
eglfallbacks.c | 66 drv->API.DestroyContext = (DestroyContext_t) _eglReturnFalse;
|
/external/mesa3d/src/mapi/glapi/gen/ |
glX_API.xml | 27 <function name="DestroyContext">
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
xmlconfig.h | 110 * To be called in <driver>DestroyContext */
|