OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wndSurface
(Results
1 - 6
of
6
) sorted by null
/frameworks/support/v8/renderscript/jni/
android_rscompat_usage_io_driver.cpp
39
if (drv->
wndSurface
) {
40
ANativeWindow *old = drv->
wndSurface
;
42
drv->
wndSurface
= NULL;
58
drv->
wndSurface
= nw;
85
ANativeWindow *nw = drv->
wndSurface
;
89
drv->
wndSurface
= NULL;
98
ANativeWindow *nw = drv->
wndSurface
;
/frameworks/rs/driver/
rsdFrameBufferObj.cpp
151
if(dc->gl.
wndSurface
!= dc->gl.currentWndSurface) {
152
rsdGLSetInternalSurface(rsc, dc->gl.
wndSurface
);
rsdGL.cpp
464
if (dc->gl.
wndSurface
!= nullptr) {
465
dc->gl.
wndSurface
->decStrong(nullptr);
466
dc->gl.
wndSurface
= nullptr;
471
dc->gl.
wndSurface
= (ANativeWindow *)sur;
472
if (dc->gl.
wndSurface
!= nullptr) {
473
dc->gl.
wndSurface
->incStrong(nullptr);
rsdGL.h
66
ANativeWindow *
wndSurface
;
rsdAllocation.cpp
583
ANativeWindow *nw = drv->
wndSurface
;
589
drv->
wndSurface
= nullptr;
742
ANativeWindow *old = drv->
wndSurface
;
755
if (drv->
wndSurface
) {
756
ANativeWindow *old = drv->
wndSurface
;
760
drv->
wndSurface
= nullptr;
814
drv->
wndSurface
= nw;
832
ANativeWindow *nw = drv->
wndSurface
;
[
all
...]
rsdAllocation.h
73
ANativeWindow *
wndSurface
;
Completed in 675 milliseconds