Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A 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()
H A DSurfaceD3D.h94 GLint mFixedHeight; member in rx::SurfaceD3D
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DSurface.cpp85 mFixedHeight(0), in Surface()
134 mFixedHeight = static_cast<size_t>(attributes.get(EGL_HEIGHT, 0)); in Surface()
408 mFixedHeight = height; in setFixedHeight()
499 return mFixedSize ? static_cast<EGLint>(mFixedHeight) : mImplementation->getHeight(); in getHeight()
519 *value = static_cast<EGLint>(mFixedHeight); in getUserHeight()
H A DSurface.h245 size_t mFixedHeight; member in egl::Surface

Completed in 4 milliseconds