Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrVertices.h49 void init(GrPrimitiveType primType, const GrVertexBuffer* vertexBuffer, int startVertex, in init()
67 void initIndexed(GrPrimitiveType primType, in initIndexed()
97 void initInstanced(GrPrimitiveType primType, in initInstanced()
DSkGpuDevice.cpp1671 GrPrimitiveType primType = gVertexMode2PrimitiveType[vmode]; in drawVertices() local
/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/batches/
DGrVertexBatch.cpp19 void* GrVertexBatch::InstancedHelper::init(Target* target, GrPrimitiveType primType, in init()
DGrNonAAStrokeRectBatch.cpp146 GrPrimitiveType primType; in onPrepareDraws() 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/skia/tests/
DClipStackTest.cpp188 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