Searched defs:primType (Results 1 – 11 of 11) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderHelperInvocationTests.cpp | 71 static int getNumVerticesPerPrimitive (PrimitiveType primType) in getNumVerticesPerPrimitive() 86 static glu::PrimitiveType getGluPrimitiveType (PrimitiveType primType) in getGluPrimitiveType() 101 static void genVertices (PrimitiveType primType, int numPrimitives, de::Random* rnd, vector<Vec2>* … in genVertices() 162 …imitives (const glu::RenderContext& renderCtx, deUint32 program, PrimitiveType primType, int numPr… in drawRandomPrimitives() 314 …se (Context& context, const char* name, const char* description, PrimitiveType primType, int numSa… in HelperInvocationValueCase() 472 …se (Context& context, const char* name, const char* description, PrimitiveType primType, int numSa… in HelperInvocationDerivateCase() 663 PrimitiveType primType; in init() member 695 const PrimitiveType primType = s_primTypes[primTypeNdx].primType; in init() local 713 const PrimitiveType primType = s_primTypes[primTypeNdx].primType; in init() local
|
D | es31fTessellationTests.cpp | 474 static inline string getTessellationEvaluationInLayoutString (TessPrimitiveType primType, SpacingMo… in getTessellationEvaluationInLayoutString() 483 static inline string getTessellationEvaluationInLayoutString (TessPrimitiveType primType, SpacingMo… in getTessellationEvaluationInLayoutString() 491 static inline string getTessellationEvaluationInLayoutString (TessPrimitiveType primType, Winding w… in getTessellationEvaluationInLayoutString() 499 static inline string getTessellationEvaluationInLayoutString (TessPrimitiveType primType, bool useP… in getTessellationEvaluationInLayoutString() 524 static inline int numInnerTessellationLevels (TessPrimitiveType primType) in numInnerTessellationLevels() 535 static inline int numOuterTessellationLevels (TessPrimitiveType primType) in numOuterTessellationLevels() 552 …tring tessellationLevelsString (const float* inner, const float* outer, TessPrimitiveType primType) in tessellationLevelsString() 627 static vector<OuterEdgeDescription> outerEdgeDescriptions (TessPrimitiveType primType) in outerEdgeDescriptions() 3484 … (Context& context, const char* name, const char* description, TessPrimitiveType primType, Spacing… in PrimitiveSetInvarianceCase() 3798 … (Context& context, const char* name, const char* description, TessPrimitiveType primType, Spacing… in InvariantPrimitiveSetCase() [all …]
|
/external/skia/src/gpu/ |
D | GrMesh.h | 49 void init(GrPrimitiveType primType, const GrBuffer* vertexBuffer, int startVertex, in init() 67 void initIndexed(GrPrimitiveType primType, in initIndexed() 97 void initInstanced(GrPrimitiveType primType, in initInstanced()
|
/external/skia/src/gpu/ops/ |
D | GrMeshDrawOp.cpp | 20 void* GrMeshDrawOp::InstancedHelper::init(Target* target, GrPrimitiveType primType, in init()
|
D | GrNonAAStrokeRectOp.cpp | 145 GrPrimitiveType primType; in onPrepareDraws() local
|
D | GrDrawVerticesOp.cpp | 37 GrPrimitiveType primType = SkVertexModeToGrPrimitiveType(vertices->mode()); in Make() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fPrimitiveRestartTests.cpp | 131 …se (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType… in PrimitiveRestartCase() 658 for (int primType = 0; primType < (int)PrimitiveRestartCase::PRIMITIVE_LAST; primType++) in init() local
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUtil.cpp | 817 int numOuterTessellationLevels (const TessPrimitiveType primType) in numOuterTessellationLevels()
|
D | vktTessellationInvarianceTests.cpp | 429 std::vector<OuterEdgeDescription> outerEdgeDescriptions (const TessPrimitiveType primType) in outerEdgeDescriptions()
|
/external/skia/tests/ |
D | ClipStackTest.cpp | 194 static void test_bounds(skiatest::Reporter* reporter, SkClipStack::Element::Type primType) { in test_bounds()
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_reg.h | 1493 SVGA3dPrimitiveType primType; member
|