/external/libxcam/xcore/ |
D | dynamic_analyzer.cpp | 36 destroy_context (); in ~DynamicAnalyzer() 54 DynamicAnalyzer::destroy_context () in destroy_context() function in XCam::DynamicAnalyzer 56 if (_context && _desc && _desc->destroy_context) { in destroy_context() 57 _desc->destroy_context (_context); in destroy_context() 123 destroy_context (); in internal_deinit()
|
D | smart_analysis_handler.cpp | 47 destroy_context (); in ~SmartAnalysisHandler() 80 SmartAnalysisHandler::destroy_context () in destroy_context() function in XCam::SmartAnalysisHandler 91 if (context && _desc && _desc->destroy_context) { in destroy_context() 92 _desc->destroy_context (context); in destroy_context()
|
D | smart_analyzer.cpp | 96 handler->destroy_context (); in internal_deinit() 125 handler->destroy_context (); in update_params() 155 handler->destroy_context (); in analyze()
|
D | dynamic_analyzer_loader.cpp | 78 if (!desc->create_context || !desc->destroy_context || in load_symbol()
|
D | smart_analysis_handler.h | 50 void destroy_context ();
|
D | smart_analyzer_loader.cpp | 142 if (!desc->create_context || !desc->destroy_context || in load_symbol()
|
D | dynamic_analyzer.h | 63 void destroy_context ();
|
/external/libxcam/xcore/base/ |
D | xcam_smart_description.h | 70 XCamReturn (*destroy_context) (XCamSmartAnalysisContext *context); member
|
D | xcam_3a_description.h | 45 XCamReturn (*destroy_context) (XCam3AContext *context); member
|
/external/mesa3d/src/glx/apple/ |
D | apple_cgl.h | 55 CGLError(*destroy_context) (CGLContextObj pix); member
|
D | apple_cgl.c | 106 apple_cgl.destroy_context = sym(h, "CGLDestroyContext"); in apple_cgl_init()
|
D | apple_glx_pixmap.c | 99 (void) apple_cgl.destroy_context(p->context_obj); in pixmap_destroy()
|
D | apple_glx_pbuffer.c | 247 apple_cgl.destroy_context(newcontext); in get_max_size()
|
D | apple_glx_context.c | 270 if (apple_cgl.destroy_context(ac->context_obj)) { in apple_glx_destroy_context()
|
/external/libxcam/modules/isp/ |
D | hybrid_analyzer_loader.cpp | 99 if (!desc->create_context || !desc->destroy_context || in load_symbol()
|
D | hybrid_analyzer.cpp | 223 destroy_context (); in ~HybridAnalyzer()
|
/external/libxcam/modules/ocl/ |
D | cl_context.h | 108 void destroy_context ();
|
D | cl_context.cpp | 105 destroy_context (); in ~CLContext() 210 CLContext::destroy_context () in destroy_context() function in XCam::CLContext
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 720 TEGL_ADD_API_CASE(destroy_context, "eglDestroyContext() negative tests", in init()
|
/external/deqp/android/cts/mnc/ |
D | egl-master.txt | 701 dEQP-EGL.functional.negative_api.destroy_context
|
/external/deqp/android/cts/mnc/src/ |
D | egl-master.txt | 701 dEQP-EGL.functional.negative_api.destroy_context
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 311 (** [destroy_context ()] destroys a context. See the destructor
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 424 (** [destroy_context ()] destroys a context. See the destructor
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 433 (** [destroy_context ()] destroys a context. See the destructor
|
/external/deqp/android/cts/nyc/src/ |
D | egl-master.txt | 2316 dEQP-EGL.functional.negative_api.destroy_context
|