Home
last modified time | relevance | path

Searched refs:setVertexAttributes (Results 1 – 25 of 121) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/tessellate/
H A DGrStencilPathShader.h39 this->setVertexAttributes(&kSinglePointAttrib, 1); in GrStencilTriangleShader()
50 this->setVertexAttributes(&kSinglePointAttrib, 1); in GrCubicTessellateShader()
73 this->setVertexAttributes(&kSinglePointAttrib, 1); in GrWedgeTessellateShader()
H A DGrStrokeTessellateShader.h68 this->setVertexAttributes(kInputPointAttribs, SK_ARRAY_COUNT(kInputPointAttribs)); in GrStrokeTessellateShader()
H A DGrFillPathShader.h46 this->setVertexAttributes(&kPtAttrib, 1); in GrFillTriangleShader()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrSampleMaskProcessor.cpp73 this->setVertexAttributes(fInputAttribs.begin(), 1); in reset()
85 this->setVertexAttributes(nullptr, 0); in reset()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrSampleMaskProcessor.cpp73 this->setVertexAttributes(fInputAttribs.begin(), 1); in reset()
85 this->setVertexAttributes(nullptr, 0); in reset()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrSampleMaskProcessor.cpp73 this->setVertexAttributes(fInputAttribs.begin(), 1); in reset()
85 this->setVertexAttributes(nullptr, 0); in reset()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrSampleMaskProcessor.cpp73 this->setVertexAttributes(fInputAttribs.begin(), 1); in reset()
85 this->setVertexAttributes(nullptr, 0); in reset()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ccpr/
H A DGrSampleMaskProcessor.cpp75 this->setVertexAttributes(fInputAttribs.begin(), 1); in reset()
87 this->setVertexAttributes(nullptr, 0); in reset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ccpr/
H A DGrSampleMaskProcessor.cpp74 this->setVertexAttributes(fInputAttribs.begin(), 1); in reset()
86 this->setVertexAttributes(nullptr, 0); in reset()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/jogl/javax/media/j3d/
H A DJoglCgShaderProgramInfo.java51 public void setVertexAttributes(CGparameter[] attrs) { vtxAttrs = attrs; } in setVertexAttributes() method in JoglCgShaderProgramInfo
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/effects/
H A DGrShadowGeoProc.cpp69 this->setVertexAttributes(&fInPosition, 3); in GrRRectShadowGeoProc()
H A DGrDistanceFieldGeoProc.cpp236 this->setVertexAttributes(&fInPosition, 3); in GrDistanceFieldA8TextGeoProc()
530 this->setVertexAttributes(&fInPosition, 3); in GrDistanceFieldPathGeoProc()
853 this->setVertexAttributes(&fInPosition, 3); in GrDistanceFieldLCDTextGeoProc()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/effects/
H A DGrShadowGeoProc.cpp69 this->setVertexAttributes(&fInPosition, 3); in GrRRectShadowGeoProc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/tessellate/
H A DGrStencilPathShader.h22 this->setVertexAttributes(&kPointAttrib, 1); in GrPathShader()
H A DGrFillPathShader.h46 this->setVertexAttributes(&kPtAttrib, 1); in GrFillTriangleShader()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/effects/
H A DGrShadowGeoProc.cpp69 this->setVertexAttributes(&fInPosition, 3); in GrRRectShadowGeoProc()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/effects/
H A DGrShadowGeoProc.cpp69 this->setVertexAttributes(&fInPosition, 3); in GrRRectShadowGeoProc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/effects/
H A DGrShadowGeoProc.cpp61 this->setVertexAttributes(&fInPosition, 3); in GrRRectShadowGeoProc()
H A DGrBezierEffect.cpp191 this->setVertexAttributes(kAttributes, SK_ARRAY_COUNT(kAttributes)); in GrConicEffect()
351 this->setVertexAttributes(kAttributes, SK_ARRAY_COUNT(kAttributes)); in GrQuadEffect()
H A DGrDistanceFieldGeoProc.cpp234 this->setVertexAttributes(&fInPosition, 3); in GrDistanceFieldA8TextGeoProc()
500 this->setVertexAttributes(&fInPosition, 3); in GrDistanceFieldPathGeoProc()
821 this->setVertexAttributes(&fInPosition, 3); in GrDistanceFieldLCDTextGeoProc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/effects/
H A DGrShadowGeoProc.cpp70 this->setVertexAttributes(&fInPosition, 3); in GrRRectShadowGeoProc()
H A DGrBezierEffect.cpp242 this->setVertexAttributes(kAttributes, SK_ARRAY_COUNT(kAttributes)); in GrConicEffect()
443 this->setVertexAttributes(kAttributes, SK_ARRAY_COUNT(kAttributes)); in GrQuadEffect()
/dports/devel/love/love-11.3/src/modules/graphics/opengl/
H A DOpenGL.h240 …void setVertexAttributes(const vertex::Attributes &attributes, const vertex::BufferBindings &buffe…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DPrimitiveProcessorTest.cpp116 this->setVertexAttributes(fAttributes.get(), numAttribs); in onCreateProgramInfo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dfwidth_squircle.cpp84 this->setVertexAttributes(&gVertex, 1); in FwidthSquircleTestProcessor()

12345