OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEGL
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/rs/
rsContext.cpp
59
mEGL
.mNumConfigs = -1;
103
mEGL
.mDisplay = eglGetDisplay(EGL_DEFAULT_DISPLAY);
106
eglInitialize(
mEGL
.mDisplay, &
mEGL
.mMajorVersion, &
mEGL
.mMinorVersion);
109
status_t err = EGLUtils::selectConfigForNativeWindow(
mEGL
.mDisplay, configAttribs, mWndSurface, &
mEGL
.mConfig);
113
//eglChooseConfig(
mEGL
.mDisplay, configAttribs, &
mEGL
.mConfig, 1, &
mEGL
.mNumConfigs)
[
all
...]
rsContext.h
97
bool checkDriver() const {return
mEGL
.mSurface != 0;}
129
uint32_t getWidth() const {return
mEGL
.mWidth;}
130
uint32_t getHeight() const {return
mEGL
.mHeight;}
183
}
mEGL
;
Completed in 9 milliseconds