OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fb_height
(Results
1 - 25
of
26
) sorted by null
1
2
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_renderer.h
25
int
fb_height
;
member in struct:xorg_renderer
xorg_renderer.c
355
r->
fb_height
!= height)
363
r->
fb_height
= height;
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.h
25
int
fb_height
;
member in struct:xorg_renderer
xorg_renderer.c
355
r->
fb_height
!= height)
363
r->
fb_height
= height;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_framebuffer.c
182
float
fb_height
= svga->curr.framebuffer.height;
local
257
if (fy + fh >
fb_height
) {
258
prescale.scale[1] *= fh / (
fb_height
- fy);
260
float in =
fb_height
- fy; /* number of vp pixels inside view */
261
float out = fy + fh -
fb_height
; /* number of vp pixels out of view */
265
prescale.translate[1] -= fy * (fh / (
fb_height
- fy));
268
fh =
fb_height
- fy;
/external/mesa3d/src/gallium/drivers/svga/
svga_state_framebuffer.c
182
float
fb_height
= svga->curr.framebuffer.height;
local
257
if (fy + fh >
fb_height
) {
258
prescale.scale[1] *= fh / (
fb_height
- fy);
260
float in =
fb_height
- fy; /* number of vp pixels inside view */
261
float out = fy + fh -
fb_height
; /* number of vp pixels out of view */
265
prescale.translate[1] -= fy * (fh / (
fb_height
- fy));
268
fh =
fb_height
- fy;
/system/core/init/
logo.c
51
#define
fb_height
(fb) ((fb)->vi.yres)
macro
133
max = fb_width(&fb) *
fb_height
(&fb);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawtex.c
166
const GLfloat
fb_height
= (GLfloat)fb->Height;
local
169
const GLfloat clip_y0 = (GLfloat)(y0 /
fb_height
* 2.0 - 1.0);
171
const GLfloat clip_y1 = (GLfloat)(y1 /
fb_height
* 2.0 - 1.0);
st_cb_clear.c
200
const GLfloat
fb_height
= (GLfloat) fb->Height;
local
203
const GLfloat y0 = (GLfloat) ctx->DrawBuffer->_Ymin /
fb_height
* 2.0f - 1.0f;
204
const GLfloat y1 = (GLfloat) ctx->DrawBuffer->_Ymax /
fb_height
* 2.0f - 1.0f;
289
vp.scale[1] =
fb_height
* (invert ? -0.5f : 0.5f);
293
vp.translate[1] = 0.5f *
fb_height
;
st_cb_bitmap.c
339
const GLfloat
fb_height
= (GLfloat)st->state.framebuffer.height;
local
347
const GLfloat clip_y0 = (GLfloat)(y0 /
fb_height
* 2.0 - 1.0);
349
const GLfloat clip_y1 = (GLfloat)(y1 /
fb_height
* 2.0 - 1.0);
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
...]
/external/mesa3d/src/mesa/state_tracker/
st_cb_drawtex.c
166
const GLfloat
fb_height
= (GLfloat)fb->Height;
local
169
const GLfloat clip_y0 = (GLfloat)(y0 /
fb_height
* 2.0 - 1.0);
171
const GLfloat clip_y1 = (GLfloat)(y1 /
fb_height
* 2.0 - 1.0);
st_cb_clear.c
200
const GLfloat
fb_height
= (GLfloat) fb->Height;
local
203
const GLfloat y0 = (GLfloat) ctx->DrawBuffer->_Ymin /
fb_height
* 2.0f - 1.0f;
204
const GLfloat y1 = (GLfloat) ctx->DrawBuffer->_Ymax /
fb_height
* 2.0f - 1.0f;
289
vp.scale[1] =
fb_height
* (invert ? -0.5f : 0.5f);
293
vp.translate[1] = 0.5f *
fb_height
;
st_cb_bitmap.c
339
const GLfloat
fb_height
= (GLfloat)st->state.framebuffer.height;
local
347
const GLfloat clip_y0 = (GLfloat)(y0 /
fb_height
* 2.0 - 1.0);
349
const GLfloat clip_y1 = (GLfloat)(y1 /
fb_height
* 2.0 - 1.0);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_priv.h
99
unsigned int
fb_height
;
member in struct:xa_context
xa_renderer.c
355
if (r->fb_width != width || r->
fb_height
!= height) {
362
r->
fb_height
= height;
/external/mesa3d/src/gallium/state_trackers/xa/
xa_priv.h
99
unsigned int
fb_height
;
member in struct:xa_context
xa_renderer.c
355
if (r->fb_width != width || r->
fb_height
!= height) {
362
r->
fb_height
= height;
/hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp
157
int
fb_height
;
member in struct:copybit_context_t
719
c2dObject->target_rect.x = ctx->
fb_height
?(ctx->
fb_height
- dst->b):dst->b;
725
c2dObject->target_rect.y = ctx->
fb_height
?(ctx->
fb_height
- dst->b):dst->b;
835
ctx->
fb_height
= value;
[
all
...]
/hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp
157
int
fb_height
;
member in struct:copybit_context_t
738
c2dObject->target_rect.x = ctx->
fb_height
?(ctx->
fb_height
- dst->b):dst->b;
744
c2dObject->target_rect.y = ctx->
fb_height
?(ctx->
fb_height
- dst->b):dst->b;
854
ctx->
fb_height
= value;
[
all
...]
/hardware/qcom/display/msm8x26/libcopybit/
copybit_c2d.cpp
157
int
fb_height
;
member in struct:copybit_context_t
719
c2dObject->target_rect.x = ctx->
fb_height
?(ctx->
fb_height
- dst->b):dst->b;
725
c2dObject->target_rect.y = ctx->
fb_height
?(ctx->
fb_height
- dst->b):dst->b;
835
ctx->
fb_height
= value;
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.cpp
167
int
fb_height
= ctx->dpyAttr[dpy].yres;
local
177
ovInfo.src.height =
fb_height
;
179
ovInfo.src_rect.h =
fb_height
;
181
ovInfo.dst_rect.h =
fb_height
;
[
all
...]
hwc_utils.cpp
811
int
fb_height
= ctx->dpyAttr[dpy].yres;
local
821
ovInfo.src.height =
fb_height
;
823
ovInfo.src_rect.h =
fb_height
;
825
ovInfo.dst_rect.h =
fb_height
;
[
all
...]
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp
172
int
fb_height
= ctx->dpyAttr[dpy].yres;
local
182
ovInfo.src.height =
fb_height
;
184
ovInfo.src_rect.h =
fb_height
;
186
ovInfo.dst_rect.h =
fb_height
;
[
all
...]
hwc_utils.cpp
851
int
fb_height
= ctx->dpyAttr[dpy].yres;
local
861
ovInfo.src.height =
fb_height
;
863
ovInfo.src_rect.h =
fb_height
;
865
ovInfo.dst_rect.h =
fb_height
;
[
all
...]
Completed in 1191 milliseconds
1
2