HomeSort by relevance Sort by last modified time
    Searched defs:destroy_context (Results 1 - 7 of 7) sorted by null

  /external/libxcam/xcore/base/
xcam_3a_description.h 45 XCamReturn (*destroy_context) (XCam3AContext *context); member in struct:_XCam3ADescription
xcam_smart_description.h 70 XCamReturn (*destroy_context) (XCamSmartAnalysisContext *context); member in struct:_XCamSmartAnalysisDescription
  /external/mesa3d/src/glx/apple/
apple_cgl.h 55 CGLError(*destroy_context) (CGLContextObj pix); member in struct:apple_cgl_api
  /external/libxcam/xcore/
smart_analysis_handler.cpp 47 destroy_context ();
80 SmartAnalysisHandler::destroy_context () function in class:XCam::SmartAnalysisHandler
91 if (context && _desc && _desc->destroy_context) {
92 _desc->destroy_context (context);
dynamic_analyzer.cpp 36 destroy_context ();
54 DynamicAnalyzer::destroy_context () function in class:XCam::DynamicAnalyzer
56 if (_context && _desc && _desc->destroy_context) {
57 _desc->destroy_context (_context);
123 destroy_context ();
  /external/vulkan-validation-layers/demos/smoke/
Shell.cpp 223 void Shell::destroy_context() { function in class:Shell
  /external/libxcam/modules/ocl/
cl_context.cpp 105 destroy_context ();
210 CLContext::destroy_context () function in class:XCam::CLContext

Completed in 143 milliseconds