Home
last modified time | relevance | path

Searched refs:Triangles (Results 1 – 25 of 209) sorted by relevance

123456789

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTransformFeedback_unittest.cpp75 EXPECT_CALL(*mImpl, begin(nullptr, gl::PrimitiveMode::Triangles)); in TEST_F()
77 mFeedback->begin(nullptr, gl::PrimitiveMode::Triangles, nullptr)); in TEST_F()
79 EXPECT_EQ(gl::PrimitiveMode::Triangles, mFeedback->getPrimitiveMode()); in TEST_F()
90 EXPECT_CALL(*mImpl, begin(nullptr, gl::PrimitiveMode::Triangles)); in TEST_F()
92 mFeedback->begin(nullptr, gl::PrimitiveMode::Triangles, nullptr)); in TEST_F()
DTransformFeedback.cpp37 case PrimitiveMode::Triangles: in GetVerticesNeededForDraw()
80 case gl::PrimitiveMode::Triangles: in getPrimitivesDrawn()
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
DATI_pn_triangles.txt112 Add a new section "PN Triangles" after "3.10 Fog" and before "3.11
115 "3.11 PN Triangles
119 vertices as control points. The intent of PN Triangles
192 "Table 6.7 PN Triangles:
196 … IsEnabled B False PN Triangles/enable
197 …ORMAL_MODE_ATI GetIntegerv Z2 PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI PN Triangles
198 …OINT_MODE_ATI GetIntegerv Z2 PN_TRIANGLES_POINT_MODE_CUBIC_ATI PN Triangles
199 …ESSELATION_LEVEL_ATI GetIntegerv Z+ 1 PN Triangles
224 PN Triangles and vertex shaders.
/third_party/openGLES/extensions/ATI/
DATI_pn_triangles.txt112 Add a new section "PN Triangles" after "3.10 Fog" and before "3.11
115 "3.11 PN Triangles
119 vertices as control points. The intent of PN Triangles
192 "Table 6.7 PN Triangles:
196 … IsEnabled B False PN Triangles/enable
197 …ORMAL_MODE_ATI GetIntegerv Z2 PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI PN Triangles
198 …OINT_MODE_ATI GetIntegerv Z2 PN_TRIANGLES_POINT_MODE_CUBIC_ATI PN Triangles
199 …ESSELATION_LEVEL_ATI GetIntegerv Z+ 1 PN Triangles
224 PN Triangles and vertex shaders.
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFragDepthTests.cpp178 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
184 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
227 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
355 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
393 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
Des3fShaderBuiltinVarTests.cpp344 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indices), &indices[0])); in iterate()
439 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indices), &indices[0])); in iterate()
661 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indicesCCW), &indicesCCW[0])); in iterate()
665 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indicesCW), &indicesCW[0])); in iterate()
671 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indicesCCW), &indicesCCW[0])); in iterate()
675 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indicesCW), &indicesCW[0])); in iterate()
Des3fShaderFragDataTests.cpp214 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indices), &indices[0])); in iterate()
347 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indices), &indices[0])); in iterate()
/third_party/skia/src/core/
DSkVertState.cpp10 bool VertState::Triangles(VertState* state) { in Triangles() function in VertState
98 return fIndices ? TrianglesX : Triangles; in chooseProc()
DSkVertState.h50 static bool Triangles(VertState*);
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcFragDepthTests.cpp188 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
194 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
225 &vertexArrays[0], glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
342 &vertexArrays[0], glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
378 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderBuiltinVarTests.cpp326 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indices), &indices[0])); in iterate()
418 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indices), &indices[0])); in iterate()
634 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indicesCCW), &indicesCCW[0])); in iterate()
638 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indicesCW), &indicesCW[0])); in iterate()
644 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indicesCCW), &indicesCCW[0])); in iterate()
648 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indicesCW), &indicesCW[0])); in iterate()
/third_party/skia/third_party/externals/angle2/src/common/
DPackedEnums.h241 Triangles = 0x4, enumerator
277 static_assert(ToGLenum(PrimitiveMode::Triangles) == GL_TRIANGLES, "PrimitiveMode violation");
538 Triangles = 0, enumerator
555 return TessEvaluationType::Triangles;
579 case TessEvaluationType::Triangles: in ToGLenum()
602 ANGLE_VALIDATE_PACKED_ENUM(TessEvaluationType, Triangles, GL_TRIANGLES);
DPackedEnums.cpp291 case PrimitiveMode::Triangles: in operator <<()
484 case TessEvaluationType::Triangles: in operator <<()
/third_party/glslang/Test/baseResults/
Dspv.GeometryShaderPassthrough.geom.out12 ExecutionMode 4 Triangles
Dspv.330.geom.out11 ExecutionMode 4 Triangles
Dspv.450.geom.out12 ExecutionMode 4 Triangles
/third_party/vk-gl-cts/framework/referencerenderer/
DrrPrimitiveTypes.hpp53 … typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::Triangles Assembler; };
/third_party/skia/third_party/externals/spirv-cross/shaders/asm/geom/
Dsplit-access-chain-input.asm.geom10 OpExecutionMode %main Triangles
Dinout-split-access-chain-handle.asm.geom10 OpExecutionMode %main Triangles
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DProvokingVertexHelper.mm82 return gl::PrimitiveMode::Triangles;
84 return gl::PrimitiveMode::Triangles;
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dfunctional.scissors.txt29 - Triangles
Dfunctional.rasterization.txt28 - Triangles
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/asm/tesc/
Dcopy-tess-level-tri.asm.tesc11 OpExecutionMode %main Triangles
Dcopy-memory-control-point.asm.tesc10 OpExecutionMode %1 Triangles
Dtess-level-initializer-triangle.asm.tesc11 OpExecutionMode %main Triangles

123456789