Home
last modified time | relevance | path

Searched refs:fbHeight (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
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,