Home
last modified time | relevance | path

Searched refs:double_buffer (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/broadcom/common/
Dv3d_util.c92 bool msaa, bool double_buffer, in v3d_choose_tile_size() argument
112 assert(!msaa || !double_buffer); in v3d_choose_tile_size()
115 else if (double_buffer) in v3d_choose_tile_size()
Dv3d_util.h40 bool msaa, bool double_buffer,
/third_party/mesa3d/src/gallium/tests/unit/
Dtranslate_test.c61 double* double_buffer; in main() local
141 double_buffer = align_malloc(buffer_size, 4096); in main()
163 double_buffer[i] = rand_double(); in main()
258 buffer[0] = (unsigned char*)double_buffer; in main()
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c60 unsigned int double_buffer; in wgl_add_config() local
67 double_buffer = (stw_config->pfd.dwFlags & PFD_DOUBLEBUFFER) != 0; in wgl_add_config()
99 if (double_buffer) { in wgl_add_config()
131 if (!conf->stw_config[double_buffer]) in wgl_add_config()
132 conf->stw_config[double_buffer] = stw_config; in wgl_add_config()
142 conf->stw_config[double_buffer] = stw_config; in wgl_add_config()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.c245 bool double_buffer, in v3d_get_tile_buffer_size() argument
253 assert(!is_msaa || !double_buffer); in v3d_get_tile_buffer_size()
272 is_msaa, double_buffer, in v3d_get_tile_buffer_size()
Dv3d_job.c361 job->double_buffer = in v3d_get_job()
383 job->double_buffer = false; in v3d_get_job_for_fbo()
386 v3d_get_tile_buffer_size(job->msaa, job->double_buffer, in v3d_get_job_for_fbo()
Dv3d_blit.c482 bool double_buffer = in v3d_tlb_blit() local
486 v3d_get_tile_buffer_size(msaa, double_buffer, in v3d_tlb_blit()
511 job->double_buffer = double_buffer; in v3d_tlb_blit()
Dv3d_context.h443 bool double_buffer; member
803 bool double_buffer,
Dv3dx_rcl.c578 return job->double_buffer && in do_double_initial_tile_clear()
767 assert(!job->msaa || !job->double_buffer); in v3dX()
769 config.double_buffer_in_non_ms_mode = job->double_buffer; in v3dX()
Dv3dx_draw.c97 assert(!job->msaa || !job->double_buffer); in v3dX()
106 config.double_buffer_in_non_ms_mode = job->double_buffer; in v3dX()
133 config.double_buffer_in_non_ms_mode = job->double_buffer; in v3dX()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimagesink.h110 gboolean double_buffer; member
Dxvcontext.h65 gboolean double_buffer; member
Dxvimagesink.c1662 xvimagesink->double_buffer = g_value_get_boolean (value); in gst_xv_image_sink_set_property()
1740 g_value_set_boolean (value, xvimagesink->double_buffer); in gst_xv_image_sink_get_property()
1893 xvimagesink->config.double_buffer = TRUE; in gst_xv_image_sink_init()
Dxvcontext.c187 (config->double_buffer ? 1 : 0)); in gst_xvcontext_get_xv_support()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pass.c345 bool double_buffer = (V3D_DEBUG & V3D_DEBUG_DOUBLE_BUFFER) && !msaa; in subpass_get_granularity() local
347 double_buffer, &width, &height); in subpass_get_granularity()
Dv3dvx_cmd_buffer.c57 assert(!tiling->double_buffer || !tiling->msaa); in v3dX()
63 config.double_buffer_in_non_ms_mode = tiling->double_buffer; in v3dX()
819 assert(!tiling->msaa || !tiling->double_buffer); in v3dX()
825 config.double_buffer_in_non_ms_mode = tiling->double_buffer; in v3dX()
Dv3dv_private.h789 bool double_buffer; member
816 return tiling->double_buffer && in v3dv_do_double_initial_tile_clear()
Dv3dvx_meta_common.c53 assert(!tiling->msaa || !tiling->double_buffer); in emit_rcl_prologue()
60 config.double_buffer_in_non_ms_mode = tiling->double_buffer; in emit_rcl_prologue()
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c314 const bool double_buffer = surface_type == EGL_WINDOW_BIT; in dri2_get_dri_config() local
317 return conf->dri_config[double_buffer][srgb]; in dri2_get_dri_config()
407 unsigned int attrib, value, double_buffer; in dri2_add_config() local
418 double_buffer = 0; in dri2_add_config()
458 double_buffer = value; in dri2_add_config()
566 if (double_buffer) { in dri2_add_config()
593 if (!conf->dri_config[double_buffer][srgb]) in dri2_add_config()
594 conf->dri_config[double_buffer][srgb] = dri_config; in dri2_add_config()
604 conf->dri_config[double_buffer][srgb] = dri_config; in dri2_add_config()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.c169 if (_this->gl_config.double_buffer) { in WIN_GL_SetupPixelFormat()
500 *iAttr++ = _this->gl_config.double_buffer; in WIN_GL_SetupWindowInternal()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h311 int double_buffer; member
DSDL_video.c2884 _this->gl_config.double_buffer = 1; in SDL_GL_ResetAttributes()
2938 _this->gl_config.double_buffer = value; in SDL_GL_SetAttribute()
3086 *value = _this->gl_config.double_buffer; in SDL_GL_GetAttribute()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.c423 if (_this->gl_config.double_buffer) { in X11_GL_GetAttributes()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoaopengl.m194 if (_this->gl_config.double_buffer) {
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/
DSDL_pandora.c696 _this->gl_config.double_buffer = 0; in PND_gl_createcontext()

12