OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fb_height
(Results
26 - 26
of
26
) sorted by null
1
2
/external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c
585
const GLfloat
fb_height
= (GLfloat) fb->Height;
local
587
const GLfloat clip_y0 = y0 /
fb_height
* 2.0f - 1.0f;
589
const GLfloat clip_y1 = y1 /
fb_height
* 2.0f - 1.0f;
[
all
...]
Completed in 32 milliseconds
1
2