Home
last modified time | relevance | path

Searched defs:primType (Results 1 – 11 of 11) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderHelperInvocationTests.cpp71 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
Des31fTessellationTests.cpp474 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/
DGrMesh.h49 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/
DGrMeshDrawOp.cpp20 void* GrMeshDrawOp::InstancedHelper::init(Target* target, GrPrimitiveType primType, in init()
DGrNonAAStrokeRectOp.cpp145 GrPrimitiveType primType; in onPrepareDraws() local
DGrDrawVerticesOp.cpp37 GrPrimitiveType primType = SkVertexModeToGrPrimitiveType(vertices->mode()); in Make() local
/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp131 …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/
DvktTessellationUtil.cpp817 int numOuterTessellationLevels (const TessPrimitiveType primType) in numOuterTessellationLevels()
DvktTessellationInvarianceTests.cpp429 std::vector<OuterEdgeDescription> outerEdgeDescriptions (const TessPrimitiveType primType) in outerEdgeDescriptions()
/external/skia/tests/
DClipStackTest.cpp194 static void test_bounds(skiatest::Reporter* reporter, SkClipStack::Element::Type primType) { in test_bounds()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_reg.h1493 SVGA3dPrimitiveType primType; member