Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DSurfaceD3D.cpp39 mFixedHeight(0), in SurfaceD3D()
63 mFixedHeight = mHeight; in SurfaceD3D()
108 &mFixedWidth, &mFixedHeight, nullptr, nullptr, in initialize()
195 height = mFixedHeight; in resetSwapChain()
337 clientHeight = mFixedHeight; in checkForOutOfDateSwapChain()
338 sizeDirty = mFixedWidth != getWidth() || mFixedHeight != getHeight(); in checkForOutOfDateSwapChain()
392 mFixedHeight = height; in setFixedHeight()
DSurfaceD3D.h98 GLint mFixedHeight; variable
/external/angle/src/libANGLE/
DSurface.cpp91 mFixedHeight(0), in Surface()
148 mFixedHeight = static_cast<size_t>(attributes.get(EGL_HEIGHT, 0)); in Surface()
433 mFixedHeight = height; in setFixedHeight()
524 return mFixedSize ? static_cast<EGLint>(mFixedHeight) : mImplementation->getHeight(); in getHeight()
544 *value = static_cast<EGLint>(mFixedHeight); in getUserHeight()
DSurface.h268 size_t mFixedHeight; variable