| /third_party/mesa3d/src/broadcom/common/ |
| D | v3d_util.c | 92 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()
|
| D | v3d_util.h | 40 bool msaa, bool double_buffer,
|
| /third_party/mesa3d/src/gallium/tests/unit/ |
| D | translate_test.c | 61 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/ |
| D | egl_wgl.c | 60 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/ |
| D | v3d_context.c | 245 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()
|
| D | v3d_job.c | 361 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()
|
| D | v3d_blit.c | 482 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()
|
| D | v3d_context.h | 443 bool double_buffer; member 803 bool double_buffer,
|
| D | v3dx_rcl.c | 578 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()
|
| D | v3dx_draw.c | 97 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/ |
| D | xvimagesink.h | 110 gboolean double_buffer; member
|
| D | xvcontext.h | 65 gboolean double_buffer; member
|
| D | xvimagesink.c | 1662 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()
|
| D | xvcontext.c | 187 (config->double_buffer ? 1 : 0)); in gst_xvcontext_get_xv_support()
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| D | v3dv_pass.c | 345 bool double_buffer = (V3D_DEBUG & V3D_DEBUG_DOUBLE_BUFFER) && !msaa; in subpass_get_granularity() local 347 double_buffer, &width, &height); in subpass_get_granularity()
|
| D | v3dvx_cmd_buffer.c | 57 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()
|
| D | v3dv_private.h | 789 bool double_buffer; member 816 return tiling->double_buffer && in v3dv_do_double_initial_tile_clear()
|
| D | v3dvx_meta_common.c | 53 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/ |
| D | egl_dri2.c | 314 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/ |
| D | SDL_windowsopengl.c | 169 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/ |
| D | SDL_sysvideo.h | 311 int double_buffer; member
|
| D | SDL_video.c | 2884 _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/ |
| D | SDL_x11opengl.c | 423 if (_this->gl_config.double_buffer) { in X11_GL_GetAttributes()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
| D | SDL_cocoaopengl.m | 194 if (_this->gl_config.double_buffer) {
|
| /third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/ |
| D | SDL_pandora.c | 696 _this->gl_config.double_buffer = 0; in PND_gl_createcontext()
|