OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SurfaceRef
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/opengl/libs/EGL/
egl_display.cpp
309
SurfaceRef
_cur_r(cur_c ? get_surface(cur_c->read) : NULL);
310
SurfaceRef
_cur_d(cur_c ? get_surface(cur_c->draw) : NULL);
335
SurfaceRef
_cur_r(cur_c ? get_surface(cur_c->read) : NULL);
336
SurfaceRef
_cur_d(cur_c ? get_surface(cur_c->draw) : NULL);
eglApi.cpp
612
SurfaceRef
_s(dp.get(), surface);
632
SurfaceRef
_s(dp.get(), surface);
650
SurfaceRef
_s(dp.get(), surface);
740
SurfaceRef
_d(dp.get(), draw);
741
SurfaceRef
_r(dp.get(), read);
[
all
...]
egl_object.h
173
typedef egl_surface_t::Ref
SurfaceRef
;
Completed in 52 milliseconds