Home
last modified time | relevance | path

Searched refs:fbWidth (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_copytex.c49 GLint fbWidth, GLint fbHeight, in st_copy_framebuffer_to_texture() argument
70 if (width == fbWidth) { in st_copy_framebuffer_to_texture()
76 fbWidth); in st_copy_framebuffer_to_texture()
83 fbWidth, 0); in st_copy_framebuffer_to_texture()
91 if (width == fbWidth && height == fbHeight) { in st_copy_framebuffer_to_texture()
97 fbWidth, fbHeight); in st_copy_framebuffer_to_texture()
104 fbWidth, fbHeight, 0); in st_copy_framebuffer_to_texture()
115 if (width == fbWidth && height == fbHeight) { in st_copy_framebuffer_to_texture()
121 fbWidth, fbHeight); in st_copy_framebuffer_to_texture()
128 fbWidth, fbHeight, 0); in st_copy_framebuffer_to_texture()
Dst_copytex.h31 GLint fbWidth, GLint fbHeight,