Home
last modified time | relevance | path

Searched refs:stencilBits (Results 1 – 25 of 1399) sorted by relevance

12345678910>>...56

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fStencilTests.cpp256 int endVal = 1<<stencilBits; in visualizeStencil()
305 genOps(ops[ndx], stencilBits, depthBits, deMin32(ndx*stencilStep, (1<<stencilBits)-1)); in iterate()
308 genOps(ops[numStencilValues+0], stencilBits, depthBits, 1<<stencilBits); in iterate()
424 int mask = (1<<stencilBits)-1; in init()
456 int maxStencil = (1<<stencilBits)-1; in init()
467 int maxStencil = (1<<stencilBits)-1; in init()
473 int maxStencil = (1<<stencilBits)-1; in init()
487 int mask = (1<<stencilBits)-1; in init()
495 int mask = (1<<stencilBits)-1; in init()
503 int mask = (1<<stencilBits)-1; in init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fStencilTests.cpp259 int endVal = 1<<stencilBits; in visualizeStencil()
308 genOps(ops[ndx], stencilBits, depthBits, deMin32(ndx*stencilStep, (1<<stencilBits)-1)); in iterate()
311 genOps(ops[numStencilValues+0], stencilBits, depthBits, 1<<stencilBits); in iterate()
427 int mask = (1<<stencilBits)-1; in init()
459 int maxStencil = (1<<stencilBits)-1; in init()
470 int maxStencil = (1<<stencilBits)-1; in init()
476 int maxStencil = (1<<stencilBits)-1; in init()
490 int mask = (1<<stencilBits)-1; in init()
498 int mask = (1<<stencilBits)-1; in init()
506 int mask = (1<<stencilBits)-1; in init()
[all …]
/dports/games/glest/glest_source_3.2.2/source/shared_lib/include/graphics/
H A Dcontext.h29 uint32 stencilBits; variable
37 uint32 getStencilBits() const {return stencilBits;} in getStencilBits()
41 void setStencilBits(uint32 stencilBits) {this->stencilBits= stencilBits;} in setStencilBits() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/
H A DFormat.h40 GLuint stencilBits,
94 GLuint stencilBits; member
118 GLuint stencilBits) in GetChannelCount() argument
122 (stencilBits > 0 ? 1 : 0); in GetChannelCount()
139 GLuint stencilBits, in Format() argument
160 stencilBits(stencilBits), in Format()
169 stencilBits)), in Format()
178 return depthBits > 0 || stencilBits > 0; in hasDepthOrStencilBits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/
H A DFormat.h40 GLuint stencilBits,
95 GLuint stencilBits; member
120 GLuint stencilBits) in GetChannelCount() argument
124 (stencilBits > 0 ? 1 : 0); in GetChannelCount()
141 GLuint stencilBits, in Format() argument
163 stencilBits(stencilBits), in Format()
172 stencilBits)), in Format()
182 return depthBits > 0 || stencilBits > 0; in hasDepthOrStencilBits()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/renderer/
H A DFormat.h40 GLuint stencilBits,
95 GLuint stencilBits; member
120 GLuint stencilBits) in GetChannelCount() argument
124 (stencilBits > 0 ? 1 : 0); in GetChannelCount()
141 GLuint stencilBits, in Format() argument
163 stencilBits(stencilBits), in Format()
172 stencilBits)), in Format()
182 return depthBits > 0 || stencilBits > 0; in hasDepthOrStencilBits()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/
H A DFormat.h40 GLuint stencilBits,
97 GLuint stencilBits; member
123 GLuint stencilBits) in GetChannelCount() argument
127 (stencilBits > 0 ? 1 : 0); in GetChannelCount()
144 GLuint stencilBits, in Format() argument
167 stencilBits(stencilBits), in Format()
176 stencilBits)), in Format()
187 return depthBits > 0 || stencilBits > 0; in hasDepthOrStencilBits()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/renderer/
H A DFormat.h40 GLuint stencilBits,
97 GLuint stencilBits; member
123 GLuint stencilBits) in GetChannelCount() argument
127 (stencilBits > 0 ? 1 : 0); in GetChannelCount()
144 GLuint stencilBits, in Format() argument
167 stencilBits(stencilBits), in Format()
176 stencilBits)), in Format()
187 return depthBits > 0 || stencilBits > 0; in hasDepthOrStencilBits()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/
H A DFormat.h40 GLuint stencilBits,
97 GLuint stencilBits; member
123 GLuint stencilBits) in GetChannelCount() argument
127 (stencilBits > 0 ? 1 : 0); in GetChannelCount()
144 GLuint stencilBits, in Format() argument
167 stencilBits(stencilBits), in Format()
176 stencilBits)), in Format()
187 return depthBits > 0 || stencilBits > 0; in hasDepthOrStencilBits()
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/javax/media/opengl/
H A DGLCapabilities.java52 private int stencilBits = 0; field in GLCapabilities
128 return stencilBits; in getStencilBits()
132 public void setStencilBits(int stencilBits) { in setStencilBits() argument
133 this.stencilBits = stencilBits; in setStencilBits()
327 ", StencilBits: " + stencilBits + in toString()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/graphics/
H A Dcontext.h31 uint32 stencilBits; variable
42 uint32 getStencilBits() const {return stencilBits;} in getStencilBits()
49 void setStencilBits(uint32 stencilBits) {this->stencilBits= stencilBits;} in setStencilBits() argument
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/
H A DGLCapabilities.java66 private int stencilBits = 0; field in GLCapabilities
115 stencilBits = source.getStencilBits(); in copyFrom()
139 hash = ((hash << 5) - hash) + this.stencilBits; in hashCode()
162 other.getStencilBits()==stencilBits && in equals()
212 if(stencilBits > caps.getStencilBits()) { in compareTo()
214 } else if(stencilBits < caps.getStencilBits()) { in compareTo()
332 return stencilBits; in getStencilBits()
336 public void setStencilBits(final int stencilBits) { in setStencilBits() argument
337 this.stencilBits = stencilBits; in setStencilBits()
450 …sink.append(", dp/st/ms ").append(depthBits).append(ESEP).append(stencilBits).append(ESEP).append(… in toString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluFboRenderContext.cpp70 static void getDepthStencilBits (deUint32 depthStencilFormat, int* depthBits, int* stencilBits) in getDepthStencilBits() argument
75 *stencilBits = getNumStencilBits(combinedFormat); in getDepthStencilBits()
136 const int stencilBits = getNumStencilBits(combinedFormat); in chooseDepthStencilFormat() local
142 if (config.stencilBits != glu::RenderConfig::DONT_CARE && in chooseDepthStencilFormat()
143 config.stencilBits != stencilBits) in chooseDepthStencilFormat()
221 int stencilBits = 0; in createFramebuffer() local
255 getDepthStencilBits(depthStencilFormat, &depthBits, &stencilBits); in createFramebuffer()
280 if (stencilBits > 0) in createFramebuffer()
292 …m_renderTarget = tcu::RenderTarget(width, height, pixelFormat, depthBits, stencilBits, config.numS… in createFramebuffer()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/
H A DFormat.h37 GLuint stencilBits);
65 GLuint stencilBits; member
80 GLuint stencilBits) in Format() argument
93 stencilBits(stencilBits) in Format()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/
H A DFormat.h37 GLuint stencilBits);
67 GLuint stencilBits; member
83 GLuint stencilBits) in Format() argument
97 stencilBits(stencilBits) in Format()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/
H A DFormat.h37 GLuint stencilBits);
67 GLuint stencilBits; member
83 GLuint stencilBits) in Format() argument
97 stencilBits(stencilBits) in Format()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/
H A DFormat.h37 GLuint stencilBits);
67 GLuint stencilBits; member
83 GLuint stencilBits) in Format() argument
97 stencilBits(stencilBits) in Format()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/
H A DFormat.h37 GLuint stencilBits);
67 GLuint stencilBits; member
83 GLuint stencilBits) in Format() argument
97 stencilBits(stencilBits) in Format()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/
H A DFormat.h37 GLuint stencilBits);
67 GLuint stencilBits; member
83 GLuint stencilBits) in Format() argument
97 stencilBits(stencilBits) in Format()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/
H A DFormat.h37 GLuint stencilBits);
67 GLuint stencilBits; member
83 GLuint stencilBits) in Format() argument
97 stencilBits(stencilBits) in Format()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/
H A DFormat.h37 GLuint stencilBits);
67 GLuint stencilBits; member
83 GLuint stencilBits) in Format() argument
97 stencilBits(stencilBits) in Format()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/
H A DFormat.h37 GLuint stencilBits);
67 GLuint stencilBits; member
83 GLuint stencilBits) in Format() argument
97 stencilBits(stencilBits) in Format()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/
H A DFormat.h37 GLuint stencilBits);
67 GLuint stencilBits; member
83 GLuint stencilBits) in Format() argument
97 stencilBits(stencilBits) in Format()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/
H A DFormat.h37 GLuint stencilBits);
67 GLuint stencilBits; member
83 GLuint stencilBits) in Format() argument
97 stencilBits(stencilBits) in Format()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/
H A DFormat.h37 GLuint stencilBits);
67 GLuint stencilBits; member
83 GLuint stencilBits) in Format() argument
97 stencilBits(stencilBits) in Format()

12345678910>>...56