Searched refs:mNative (Results 1 – 4 of 4) sorted by relevance
19 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 …]
51 Native mNative; variable
87 const NativeWindow *getNative() const { return mNative; } in getNative()93 const NativeWindow *mNative; variable
102 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()