Home
last modified time | relevance | path

Searched refs:attributeCount (Results 226 – 250 of 533) sorted by relevance

12345678910>>...22

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxmllite.h152 UINT *attributeCount) = 0;
269 UINT *attributeCount);
312 #define IXmlReader_GetAttributeCount(This,attributeCount) (This)->lpVtbl->GetAttributeCount(This,at…
387 static FORCEINLINE HRESULT IXmlReader_GetAttributeCount(IXmlReader* This,UINT *attributeCount) {
388 return This->lpVtbl->GetAttributeCount(This,attributeCount);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxmllite.h152 UINT *attributeCount) = 0;
269 UINT *attributeCount);
312 #define IXmlReader_GetAttributeCount(This,attributeCount) (This)->lpVtbl->GetAttributeCount(This,at…
387 static FORCEINLINE HRESULT IXmlReader_GetAttributeCount(IXmlReader* This,UINT *attributeCount) {
388 return This->lpVtbl->GetAttributeCount(This,attributeCount);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ops/
H A DGrDrawVerticesOp.cpp76 for (int i = 0; i < info.attributeCount(); ++i) { in gather()
628 std::move(csxform), vm, info.attributes(), info.attributeCount(), in makeGP()
766 if (vThis.attributeCount() != vThat.attributeCount() || in onCombineIfPossible()
767 !std::equal(vThis.attributes(), vThis.attributes() + vThis.attributeCount(), in onCombineIfPossible()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/scxmleditor/plugin_interface/
H A Dscxmltag.h83 int attributeCount() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/utils/
H A DComboRenderPipelineDescriptor.cpp38 cVertexBuffers[i].attributeCount = 0; in ComboVertexStateDescriptor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/utils/
H A DComboRenderPipelineDescriptor.cpp38 cVertexBuffers[i].attributeCount = 0; in ComboVertexStateDescriptor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/end2end/
H A DDrawIndirectTests.cpp52 descriptor.cVertexState.cVertexBuffers[0].attributeCount = 1; in SetUp()
H A DDrawIndexedTests.cpp52 descriptor.cVertexState.cVertexBuffers[0].attributeCount = 1; in SetUp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/
H A DRenderPipeline.cpp79 for (uint32_t i = 0; i < buffer->attributeCount; ++i) { in ValidateVertexBufferLayoutDescriptor()
103 totalAttributesNum += descriptor->vertexBuffers[i].attributeCount; in ValidateVertexStateDescriptor()
399 if (mVertexState.vertexBuffers[slot].attributeCount == 0) { in RenderPipelineBase()
408 for (uint32_t i = 0; i < mVertexState.vertexBuffers[slot].attributeCount; ++i) { in RenderPipelineBase()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ops/
H A DGrDrawVerticesOp.cpp449 std::move(csxform), vm, info.attributes(), info.attributeCount()); in makeGP()
584 if (vThis.attributeCount() != vThat.attributeCount() || in onCombineIfPossible()
585 !std::equal(vThis.attributes(), vThis.attributes() + vThis.attributeCount(), in onCombineIfPossible()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/
H A DRenderPipeline.cpp79 for (uint32_t i = 0; i < buffer->attributeCount; ++i) { in ValidateVertexBufferLayoutDescriptor()
116 totalAttributesNum += descriptor->vertexBuffers[i].attributeCount; in ValidateVertexStateDescriptor()
414 if (mVertexState.vertexBuffers[slot].attributeCount == 0) {
425 for (uint32_t i = 0; i < mVertexState.vertexBuffers[slot].attributeCount; ++i) {
/dports/games/craft/Craft-1.0fbsd/deps/glfw/src/
H A Dnsgl_context.m72 unsigned int attributeCount = 0;
137 #define ADD_ATTR(x) { attributes[attributeCount++] = x; }
/dports/textproc/xerces-j/xerces-2_12_0/samples/dom/
H A DGetElementsByTagName.java166 int attributeCount = attributes.getLength(); in print() local
167 for (int i = 0; i < attributeCount; i++) { in print()
/dports/textproc/dom4j/dom4j-1.6.1/src/java/org/dom4j/dom/
H A DDOMElement.java47 public DOMElement(QName qname, int attributeCount) { in DOMElement() argument
48 super(qname, attributeCount); in DOMElement()
/dports/graphics/jogamp-jogl/jogl/make/config/jogl/
H A Dglx-CustomJavaCode.java22 …ive int dispatch_glXGetFBConfigAttributes(long dpy, long config, int attributeCount, Object attrib… in dispatch_glXGetFBConfigAttributes() argument
/dports/graphics/openjump/OpenJUMP-1.16-r6669-PLUS/lib/ext/BeanTools/
H A D5-ChangeAttributeValue.bsh40 for (int i = 0 ; i < schema.attributeCount ; i++) {
/dports/textproc/dom4j/dom4j-1.6.1/src/java/org/dom4j/bean/
H A DBeanMetaData.java116 public int attributeCount() { in attributeCount() method in BeanMetaData
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/stress/
H A Des31sDrawTests.cpp442 …int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attri… in init() local
475 for (int attrNdx = 0; attrNdx < attributeCount;) in init()
533 for (int attrNdx = 0; attrNdx < attributeCount; ++attrNdx) in init()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos.12-any/objc/
H A Druntime.h777 unsigned int attributeCount)
791 unsigned int attributeCount)
1416 unsigned int attributeCount,
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos.12-any/objc/
H A Druntime.h777 unsigned int attributeCount)
791 unsigned int attributeCount)
1416 unsigned int attributeCount,
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DTestAttributeValues.java214 pathChecker.attributeCount.addAndGet(_attributeCount); in checkFile()
229 private final AtomicInteger attributeCount = new AtomicInteger(); field in TestAttributeValues.PathChecker
324 out.append("attribute\tCount:\t" + dtdData.dtdType + "\t" + attributeCount + "\n"); in show()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/graphobjects/
H A Dqssgrendergeometry.cpp65 int QSSGRenderGeometry::attributeCount() const in attributeCount() function in QSSGRenderGeometry
/dports/textproc/dom4j/dom4j-1.6.1/src/java/org/dom4j/
H A DElement.java507 int attributeCount(); in attributeCount() method
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/lambda/separate/
H A DClassFile.java125 short attributeCount = in.u2(); in ClassFile() local
127 for (int i = 0; i < attributeCount; ++i) { in ClassFile()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/lambda/separate/
H A DClassFile.java125 short attributeCount = in.u2(); in ClassFile() local
127 for (int i = 0; i < attributeCount; ++i) { in ClassFile()

12345678910>>...22