Home
last modified time | relevance | path

Searched refs:mDepthBits (Results 1 – 8 of 8) sorted by relevance

/dports/audio/madronalib/madronalib-1.6-1016-g103895f/source/matrix/
H A DMLMatrix.cpp61 mDepthBits = other.mDepthBits; in Matrix()
120 mDepthBits = other.mDepthBits; in operator =()
135 mDepthBits = other.mDepthBits; in operator =()
179 mDepthBits = ml::bitsToContain(mDepth); in Matrix()
180 mSize = 1 << mWidthBits << mHeightBits << mDepthBits; in Matrix()
216 mDepthBits = ml::bitsToContain(depth); in setDims()
217 mSize = 1 << mWidthBits << mHeightBits << mDepthBits; in setDims()
315 assert(mDepthBits > 1); in getFrame()
H A DMLMatrix.h100 int mWidthBits, mHeightBits, mDepthBits; variable
406 int getDepthBits() const { return mDepthBits; } in getDepthBits()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/egl/ozone/
H A DDisplayOzone.cpp105 mDepthBits(depthBits), in Buffer()
223 if (mDepthBits || mStencilBits) in resize()
302 if (mDepthBits) in createGLFB()
343 if (mDepthBits || mStencilBits) in createRenderbuffers()
H A DDisplayOzone.h96 const int mDepthBits; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.cpp100 mDepthBits(depthBits), in Buffer()
218 if (mDepthBits || mStencilBits) in resize()
297 if (mDepthBits) in createGLFB()
338 if (mDepthBits || mStencilBits) in createRenderbuffers()
H A DDisplayGbm.h84 const int mDepthBits; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/egl/ozone/
H A DDisplayOzone.cpp104 mDepthBits(depthBits), in Buffer()
228 if (mDepthBits || mStencilBits) in resize()
235 if (mDepthBits) in resize()
H A DDisplayOzone.h93 const int mDepthBits; variable