/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_opengl2.cpp | 108 static void ImGui_ImplOpenGL2_SetupRenderState(ImDrawData* draw_data, int fb_width, int fb_height) in ImGui_ImplOpenGL2_SetupRenderState() 159 int fb_height = (int)(draw_data->DisplaySize.y * draw_data->FramebufferScale.y); in ImGui_ImplOpenGL2_RenderDrawData() local
|
D | imgui_impl_sdlrenderer.cpp | 115 int fb_height = (int)(draw_data->DisplaySize.y * render_scale.y); in ImGui_ImplSDLRenderer_RenderDrawData() local
|
D | imgui_impl_opengl3.cpp | 291 static void ImGui_ImplOpenGL3_SetupRenderState(ImDrawData* draw_data, int fb_width, int fb_height, … in ImGui_ImplOpenGL3_SetupRenderState() 371 int fb_height = (int)(draw_data->DisplaySize.y * draw_data->FramebufferScale.y); in ImGui_ImplOpenGL3_RenderDrawData() local
|
D | imgui_impl_vulkan.cpp | 374 …ommandBuffer command_buffer, ImGui_ImplVulkanH_FrameRenderBuffers* rb, int fb_width, int fb_height) in ImGui_ImplVulkan_SetupRenderState() 425 int fb_height = (int)(draw_data->DisplaySize.y * draw_data->FramebufferScale.y); in ImGui_ImplVulkan_RenderDrawData() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_scissor.c | 52 const unsigned int fb_height = _mesa_geometric_height(fb); in st_update_scissor() local
|
D | st_cb_clear.c | 232 const GLfloat fb_height = (GLfloat) fb->Height; in clear_with_quad() local
|
D | st_cb_drawtex.c | 228 const GLfloat fb_height = (GLfloat)_mesa_geometric_height(fb); in st_DrawTex() local
|
D | st_cb_bitmap.c | 301 const float fb_height = (float) st->state.fb_height; in draw_bitmap_quad() local
|
D | st_cb_drawpixels.c | 747 const unsigned fb_height = _mesa_geometric_height(ctx->DrawBuffer); in draw_textured_quad() local
|
D | st_context.h | 215 unsigned fb_height; member
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_encoder.h | 54 unsigned fb_width, unsigned fb_height, in panfrost_tiler_get_polygon_list_size()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_framebuffer.c | 255 util_sample_locations_flip_y(struct pipe_screen *screen, unsigned fb_height, in util_sample_locations_flip_y()
|
/third_party/glfw/tests/ |
D | cursor.c | 256 int wnd_width, wnd_height, fb_width, fb_height; in main() local
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_blit.c | 50 float fb_width = dst->width, fb_height = dst->height; in lima_pack_blit_cmd() local
|
/third_party/glfw/examples/ |
D | splitview.c | 409 int wnd_width, wnd_height, fb_width, fb_height; in cursorPosFun() local
|
/third_party/mesa3d/src/intel/tools/imgui/ |
D | imgui_impl_opengl3.cpp | 105 int fb_height = (int)(draw_data->DisplaySize.y * io.DisplayFramebufferScale.y); in ImGui_ImplOpenGL3_RenderDrawData() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_framebuffer.c | 417 float fb_height = (float) svga->curr.framebuffer.height; in get_viewport_prescale() local
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_priv.h | 101 unsigned int fb_height; member
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_private.h | 84 unsigned fb_width, fb_height; member
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | pipeline.h | 242 void SetFramebufferHeight(uint32_t fb_height) { in SetFramebufferHeight()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_copy.c | 2116 uint32_t fb_height = u_minify(image->vk.extent.height, resource->mipLevel); in texel_buffer_shader_copy() local
|