Home
last modified time | relevance | path

Searched refs:create_context (Results 1 – 25 of 58) sorted by relevance

123

/external/libxcam/xcore/
Ddynamic_analyzer.cpp40 DynamicAnalyzer::create_context () in create_context() function in XCam::DynamicAnalyzer
45 if ((ret = _desc->create_context (&context)) != XCAM_RETURN_NO_ERROR) { in create_context()
117 return create_context (); in internal_init()
Dsmart_analysis_handler.cpp54 SmartAnalysisHandler::create_context (SmartPtr<SmartAnalysisHandler> &self) in create_context() function in XCam::SmartAnalysisHandler
61 if ((ret = _desc->create_context (&context, &async_mode, NULL)) != XCAM_RETURN_NO_ERROR) { in create_context()
Ddynamic_analyzer_loader.cpp78 if (!desc->create_context || !desc->destroy_context || in load_symbol()
Dsmart_analysis_handler.h49 XCamReturn create_context (SmartPtr<SmartAnalysisHandler> &self);
Dsmart_analyzer_loader.cpp142 if (!desc->create_context || !desc->destroy_context || in load_symbol()
Dsmart_analyzer.cpp79 XCamReturn ret = handler->create_context (handler); in internal_init()
Ddynamic_analyzer.h62 XCamReturn create_context ();
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dinvocation.cpp89 create_context(std::string &r_log) { in create_context() function
210 auto ctx = create_context(r_log); in compile_program()
278 auto ctx = create_context(r_log); in link_program()
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.6.0.x/
Dgl30-khr-master.txt1 KHR-NoContext.gl30.no_error.create_context
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.4.x/
Dgles2-khr-master.txt1 KHR-NoContext.es2.no_error.create_context
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/master/
Dgles2-khr-master.txt1 KHR-NoContext.es2.no_error.create_context
/external/libxcam/xcore/base/
Dxcam_smart_description.h64 XCamReturn (*create_context) (XCamSmartAnalysisContext **context, member
Dxcam_3a_description.h44 XCamReturn (*create_context) (XCam3AContext **context); member
/external/mesa3d/src/glx/apple/
Dapple_cgl.h53 CGLError(*create_context) (CGLPixelFormatObj pix, CGLContextObj share, member
Dapple_cgl.c105 apple_cgl.create_context = sym(h, "CGLCreateContext"); in apple_cgl_init()
Dapple_glx_pixmap.c169 error = apple_cgl.create_context(p->pixel_format_obj, NULL, in apple_glx_pixmap_create()
/external/libxcam/modules/isp/
Dhybrid_analyzer_loader.cpp99 if (!desc->create_context || !desc->destroy_context || in load_symbol()
/external/deqp/android/cts/mnc/
Degl-master.txt6 dEQP-EGL.functional.create_context.rgb565_no_depth_no_stencil
7 dEQP-EGL.functional.create_context.rgb565_no_depth_stencil
8 dEQP-EGL.functional.create_context.rgb565_depth_no_stencil
9 dEQP-EGL.functional.create_context.rgb888_no_depth_no_stencil
10 dEQP-EGL.functional.create_context.rgb888_no_depth_stencil
11 dEQP-EGL.functional.create_context.rgb888_depth_no_stencil
12 dEQP-EGL.functional.create_context.rgb888_depth_stencil
13 dEQP-EGL.functional.create_context.rgba4444_no_depth_no_stencil
14 dEQP-EGL.functional.create_context.rgba4444_no_depth_stencil
15 dEQP-EGL.functional.create_context.rgba4444_depth_no_stencil
[all …]
/external/deqp/android/cts/mnc/src/
Degl-master.txt6 dEQP-EGL.functional.create_context.rgb565_no_depth_no_stencil
7 dEQP-EGL.functional.create_context.rgb565_no_depth_stencil
8 dEQP-EGL.functional.create_context.rgb565_depth_no_stencil
9 dEQP-EGL.functional.create_context.rgb888_no_depth_no_stencil
10 dEQP-EGL.functional.create_context.rgb888_no_depth_stencil
11 dEQP-EGL.functional.create_context.rgb888_depth_no_stencil
12 dEQP-EGL.functional.create_context.rgb888_depth_stencil
13 dEQP-EGL.functional.create_context.rgba4444_no_depth_no_stencil
14 dEQP-EGL.functional.create_context.rgba4444_no_depth_stencil
15 dEQP-EGL.functional.create_context.rgba4444_depth_no_stencil
[all …]
/external/vulkan-validation-layers/demos/smoke/
DShell.h86 void create_context();
DShellWin32.cpp179 create_context(); in run()
/external/mesa3d/src/glx/
Dapplegl_glx.c168 .create_context = applegl_create_context,
DSConscript49 'create_context.c',
/external/mesa3d/src/gallium/include/state_tracker/
Dst_api.h502 struct st_context_iface *(*create_context)(struct st_api *stapi, member
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c1105 create_context(Display *dpy, XMesaVisual xmvis, in create_context() function
1155 return create_context(dpy, xmvis, in glXCreateContext()
2195 return create_context(dpy, xmvis, in glXCreateNewContext()
2410 return create_context(dpy, xmvis, in glXCreateContextWithConfigSGIX()
2835 ctx = create_context(dpy, xmvis, in glXCreateContextAttribsARB()

123