OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_read
(Results
1 - 5
of
5
) sorted by null
/external/libdrm/radeon/
radeon_cs_space.c
83
uint16_t
old_read
, old_write;
local
85
old_read
= bo->space_accounted >> 16;
88
if (write_domain && (
old_read
& write_domain)) {
104
if (read_domains !=
old_read
)
105
fprintf(stderr,"READ DOMAIN RELOC FAILURE 0x%x %d %d\n", bo->handle, read_domains,
old_read
);
/external/mesa3d/src/egl/main/
eglcontext.h
78
_EGLSurface **old_draw, _EGLSurface **
old_read
);
eglcontext.c
561
_EGLSurface **old_draw, _EGLSurface **
old_read
)
606
assert(old_ctx && old_draw &&
old_read
);
609
*
old_read
= prev_read;
/system/connectivity/shill/
dns_client.cc
303
map<ares_socket_t, std::shared_ptr<IOHandler>>
old_read
=
local
321
if (ContainsKey(
old_read
, sockets[i])) {
322
resolver_state_->read_handlers[sockets[i]] =
old_read
[sockets[i]];
/external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c
494
_EGLSurface *old_draw, *
old_read
;
local
498
if (!_eglBindContext(ctx, draw, read, &old_ctx, &old_draw, &
old_read
))
531
if (_eglPutSurface(
old_read
))
532
destroy_surface(dpy,
old_read
);
536
_eglBindContext(old_ctx, old_draw,
old_read
, &ctx, &draw, &read);
546
_eglPutSurface(
old_read
);
Completed in 109 milliseconds