OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mWndSurface
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/rs/
rsContext.cpp
97
status_t err = EGLUtils::selectConfigForNativeWindow(mEGL.mDisplay, configAttribs,
mWndSurface
, &mEGL.mConfig);
319
mDraw &= (rsc->
mWndSurface
!= NULL);
430
mWndSurface
= NULL;
495
mWndSurface
= sur;
496
if (
mWndSurface
!= NULL) {
505
mEGL.mSurface = eglCreateWindowSurface(mEGL.mDisplay, mEGL.mConfig,
mWndSurface
, NULL);
rsContext.h
249
android_native_window_t *
mWndSurface
;
Completed in 107 milliseconds