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()
201 height = mFixedHeight; in resetSwapChain()
343 clientHeight = mFixedHeight; in checkForOutOfDateSwapChain()
344 sizeDirty = mFixedWidth != getWidth() || mFixedHeight != getHeight(); in checkForOutOfDateSwapChain()
398 mFixedHeight = height; in setFixedHeight()
DSurfaceD3D.h94 GLint mFixedHeight; variable
/external/angle/src/libANGLE/
DSurface.cpp80 mFixedHeight(0), in Surface()
128 mFixedHeight = static_cast<size_t>(attributes.get(EGL_HEIGHT, 0)); in Surface()
397 mFixedHeight = height; in setFixedHeight()
488 return mFixedSize ? static_cast<EGLint>(mFixedHeight) : mImplementation->getHeight(); in getHeight()
508 *value = static_cast<EGLint>(mFixedHeight); in getUserHeight()
DSurface.h233 size_t mFixedHeight; variable