OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentWndSurface
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/driver/
rsdGL.cpp
437
if (dc->gl.
currentWndSurface
!= NULL) {
438
dc->gl.
currentWndSurface
->decStrong(NULL);
441
dc->gl.
currentWndSurface
= (ANativeWindow *)sur;
442
if (dc->gl.
currentWndSurface
!= NULL) {
443
dc->gl.
currentWndSurface
->incStrong(NULL);
447
dc->gl.
currentWndSurface
, NULL);
rsdFrameBufferObj.cpp
151
if(dc->gl.wndSurface != dc->gl.
currentWndSurface
) {
rsdGL.h
70
ANativeWindow *
currentWndSurface
;
Completed in 46 milliseconds