/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | TransformFeedback_unittest.cpp | 75 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()
|
D | TransformFeedback.cpp | 37 case PrimitiveMode::Triangles: in GetVerticesNeededForDraw() 80 case gl::PrimitiveMode::Triangles: in getPrimitivesDrawn()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/ |
D | ATI_pn_triangles.txt | 112 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/ |
D | ATI_pn_triangles.txt | 112 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/ |
D | es3fFragDepthTests.cpp | 178 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()
|
D | es3fShaderBuiltinVarTests.cpp | 344 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()
|
D | es3fShaderFragDataTests.cpp | 214 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/ |
D | SkVertState.cpp | 10 bool VertState::Triangles(VertState* state) { in Triangles() function in VertState 98 return fIndices ? TrianglesX : Triangles; in chooseProc()
|
D | SkVertState.h | 50 static bool Triangles(VertState*);
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcFragDepthTests.cpp | 188 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/ |
D | es2fShaderBuiltinVarTests.cpp | 326 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/ |
D | PackedEnums.h | 241 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);
|
D | PackedEnums.cpp | 291 case PrimitiveMode::Triangles: in operator <<() 484 case TessEvaluationType::Triangles: in operator <<()
|
/third_party/glslang/Test/baseResults/ |
D | spv.GeometryShaderPassthrough.geom.out | 12 ExecutionMode 4 Triangles
|
D | spv.330.geom.out | 11 ExecutionMode 4 Triangles
|
D | spv.450.geom.out | 12 ExecutionMode 4 Triangles
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrPrimitiveTypes.hpp | 53 … typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::Triangles Assembler; };
|
/third_party/skia/third_party/externals/spirv-cross/shaders/asm/geom/ |
D | split-access-chain-input.asm.geom | 10 OpExecutionMode %main Triangles
|
D | inout-split-access-chain-handle.asm.geom | 10 OpExecutionMode %main Triangles
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | ProvokingVertexHelper.mm | 82 return gl::PrimitiveMode::Triangles; 84 return gl::PrimitiveMode::Triangles;
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | functional.scissors.txt | 29 - Triangles
|
D | functional.rasterization.txt | 28 - Triangles
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/asm/tesc/ |
D | copy-tess-level-tri.asm.tesc | 11 OpExecutionMode %main Triangles
|
D | copy-memory-control-point.asm.tesc | 10 OpExecutionMode %1 Triangles
|
D | tess-level-initializer-triangle.asm.tesc | 11 OpExecutionMode %main Triangles
|