Home
last modified time | relevance | path

Searched refs:destroy_context (Results 1 – 25 of 33) sorted by relevance

12

/external/libxcam/xcore/
Ddynamic_analyzer.cpp36 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()
Dsmart_analysis_handler.cpp47 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()
Dsmart_analyzer.cpp96 handler->destroy_context (); in internal_deinit()
125 handler->destroy_context (); in update_params()
155 handler->destroy_context (); in analyze()
Ddynamic_analyzer_loader.cpp78 if (!desc->create_context || !desc->destroy_context || in load_symbol()
Dsmart_analysis_handler.h50 void destroy_context ();
Dsmart_analyzer_loader.cpp142 if (!desc->create_context || !desc->destroy_context || in load_symbol()
Ddynamic_analyzer.h63 void destroy_context ();
/external/libxcam/xcore/base/
Dxcam_smart_description.h70 XCamReturn (*destroy_context) (XCamSmartAnalysisContext *context); member
Dxcam_3a_description.h45 XCamReturn (*destroy_context) (XCam3AContext *context); member
/external/mesa3d/src/glx/apple/
Dapple_cgl.h55 CGLError(*destroy_context) (CGLContextObj pix); member
Dapple_cgl.c106 apple_cgl.destroy_context = sym(h, "CGLDestroyContext"); in apple_cgl_init()
Dapple_glx_pixmap.c99 (void) apple_cgl.destroy_context(p->context_obj); in pixmap_destroy()
Dapple_glx_pbuffer.c247 apple_cgl.destroy_context(newcontext); in get_max_size()
Dapple_glx_context.c270 if (apple_cgl.destroy_context(ac->context_obj)) { in apple_glx_destroy_context()
/external/libxcam/modules/isp/
Dhybrid_analyzer_loader.cpp99 if (!desc->create_context || !desc->destroy_context || in load_symbol()
Dhybrid_analyzer.cpp223 destroy_context (); in ~HybridAnalyzer()
/external/libxcam/modules/ocl/
Dcl_context.h108 void destroy_context ();
Dcl_context.cpp105 destroy_context (); in ~CLContext()
210 CLContext::destroy_context () in destroy_context() function in XCam::CLContext
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp720 TEGL_ADD_API_CASE(destroy_context, "eglDestroyContext() negative tests", in init()
/external/deqp/android/cts/mnc/
Degl-master.txt701 dEQP-EGL.functional.negative_api.destroy_context
/external/deqp/android/cts/mnc/src/
Degl-master.txt701 dEQP-EGL.functional.negative_api.destroy_context
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli311 (** [destroy_context ()] destroys a context. See the destructor
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli424 (** [destroy_context ()] destroys a context. See the destructor
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli433 (** [destroy_context ()] destroys a context. See the destructor
/external/deqp/android/cts/nyc/src/
Degl-master.txt2316 dEQP-EGL.functional.negative_api.destroy_context

12