OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stread
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_viewport.c
56
struct st_framebuffer *
stread
;
local
69
stread
= st_ws_framebuffer(st->ctx->ReadBuffer);
73
if (
stread
&&
stread
!= stdraw &&
stread
->iface)
74
stread
->iface_stamp = p_atomic_read(&
stread
->iface->stamp) - 1;
st_manager.c
150
struct st_framebuffer *
stread
)
160
if (
stread
&&
stread
->stamp != st->read_stamp) {
161
if (
stread
!= stdraw) {
163
_mesa_resize_framebuffer(st->ctx, &
stread
->Base,
164
stread
->Base.Width,
165
stread
->Base.Height);
167
st->read_stamp =
stread
->stamp;
712
struct st_framebuffer *stdraw, *
stread
;
local
723
stread
= st_framebuffer_reuse_or_create(st->ctx->WinSysReadBuffer
826
struct st_framebuffer *
stread
= st_ws_framebuffer(st->ctx->ReadBuffer);
local
[
all
...]
/external/mesa3d/src/mesa/state_tracker/
st_cb_viewport.c
56
struct st_framebuffer *
stread
;
local
69
stread
= st_ws_framebuffer(st->ctx->ReadBuffer);
73
if (
stread
&&
stread
!= stdraw &&
stread
->iface)
74
stread
->iface_stamp = p_atomic_read(&
stread
->iface->stamp) - 1;
st_manager.c
150
struct st_framebuffer *
stread
)
160
if (
stread
&&
stread
->stamp != st->read_stamp) {
161
if (
stread
!= stdraw) {
163
_mesa_resize_framebuffer(st->ctx, &
stread
->Base,
164
stread
->Base.Width,
165
stread
->Base.Height);
167
st->read_stamp =
stread
->stamp;
712
struct st_framebuffer *stdraw, *
stread
;
local
723
stread
= st_framebuffer_reuse_or_create(st->ctx->WinSysReadBuffer
826
struct st_framebuffer *
stread
= st_ws_framebuffer(st->ctx->ReadBuffer);
local
[
all
...]
Completed in 157 milliseconds