OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fbid
(Results
1 - 7
of
7
) sorted by null
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
Drm.cpp
202
//output->
fbId
= output->crtc->buffer_id;
577
if (output->
fbId
) {
578
drmModeRmFB(mDrmFd, output->
fbId
);
579
output->
fbId
= 0;
615
int
fbId
= -1;
626
oldFbId = output->
fbId
;
657
&output->
fbId
);
662
fbId
= output->
fbId
;
667
int ret = drmModeSetCrtc(mDrmFd, output->crtc->crtc_id,
fbId
, 0, 0
[
all
...]
Drm.h
92
uint32_t
fbId
;
/hardware/intel/img/hwcomposer/merrifield/common/base/
Drm.cpp
540
if (output->
fbId
) {
541
drmModeRmFB(mDrmFd, output->
fbId
);
542
output->
fbId
= 0;
586
if (output->
fbId
) {
587
oldFbId = output->
fbId
;
588
output->
fbId
= 0;
624
&output->
fbId
,
633
ret = drmModeSetCrtc(mDrmFd, output->crtc->crtc_id, output->
fbId
, 0, 0,
Drm.h
86
uint32_t
fbId
;
/external/mesa3d/src/glx/
glxconfig.h
133
glx_config_find_fbconfig(struct glx_config *configs, int
fbid
);
glxconfig.c
300
glx_config_find_fbconfig(struct glx_config *configs, int
fbid
)
305
if (c->fbconfigID ==
fbid
)
/frameworks/base/docs/html/training/efficient-downloads/
efficient-network-access.jd
55
<p>This lesson describes a representative state machine for a typical 3G wireless radio, based on <a href="http://www.research.att.com/articles/featured_stories/2011_03/201102_Energy_efficient?
fbid
=1zObBOMOZSB">data provided by AT&T</a>. However, the general principles and resulting best practices are applicable for all wireless radio implementations.</p>
Completed in 859 milliseconds