OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpSurface
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java
770
EGLSurface
tmpSurface
= mEgl.eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
771
mEgl.eglMakeCurrent(mEglDisplay,
tmpSurface
,
tmpSurface
, mEglContext);
778
mEgl.eglDestroySurface(mEglDisplay,
tmpSurface
);
[
all
...]
/hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.cpp
396
VASurfaceID
tmpSurface
= mRecSurface;
398
mRefSurface =
tmpSurface
;
[
all
...]
Completed in 197 milliseconds