Home
last modified time | relevance | path

Searched refs:mNative (Results 1 – 4 of 4) sorted by relevance

/external/angle/util/ozone/
DOzoneWindow.cpp19 mNative.x = mX = 0; in initialize()
20 mNative.y = mY = 0; in initialize()
21 mNative.width = mWidth = width; in initialize()
22 mNative.height = mHeight = height; in initialize()
23 mNative.borderWidth = 5; in initialize()
24 mNative.borderHeight = 5; in initialize()
25 mNative.visible = 0; in initialize()
26 mNative.depth = sLastDepth++; in initialize()
36 return reinterpret_cast<EGLNativeWindowType>(&mNative); in getNativeWindow()
50 mNative.x = mX = x; in setPosition()
[all …]
DOzoneWindow.h51 Native mNative; variable
/external/angle/src/libANGLE/renderer/gl/egl/ozone/
DDisplayOzone.h87 const NativeWindow *getNative() const { return mNative; } in getNative()
93 const NativeWindow *mNative; variable
DDisplayOzone.cpp102 mNative(nullptr), in Buffer()
236 mNative = native; in initialize()
325 if (mNative) in present()
327 if (mNative->visible) in present()
331 resize(mNative->width, mNative->height); in present()