HomeSort by relevance Sort by last modified time
    Searched defs:primType (Results 1 - 9 of 9) sorted by null

  /external/skia/src/gpu/ops/
GrNonAAStrokeRectOp.cpp 173 GrPrimitiveType primType;
175 primType = GrPrimitiveType::kTriangleStrip;
179 primType = GrPrimitiveType::kLineStrip;
187 GrMesh mesh(primType);
GrDrawVerticesOp.cpp 21 GrPrimitiveType primType = overridePrimType ? *overridePrimType
23 return Helper::FactoryHelper<GrDrawVerticesOp>(std::move(paint), std::move(vertices), primType,
73 string.appendf("PrimType: %d, MeshCount %d, VCount: %d, ICount: %d\n", (int)fPrimitiveType,
  /external/skqp/src/gpu/ops/
GrNonAAStrokeRectOp.cpp 173 GrPrimitiveType primType;
175 primType = GrPrimitiveType::kTriangleStrip;
179 primType = GrPrimitiveType::kLineStrip;
187 GrMesh mesh(primType);
GrDrawVerticesOp.cpp 21 GrPrimitiveType primType = overridePrimType ? *overridePrimType
23 return Helper::FactoryHelper<GrDrawVerticesOp>(std::move(paint), std::move(vertices), primType,
73 string.appendf("PrimType: %d, MeshCount %d, VCount: %d, ICount: %d\n", (int)fPrimitiveType,
  /external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp 71 static int getNumVerticesPerPrimitive (PrimitiveType primType)
73 switch (primType)
86 static glu::PrimitiveType getGluPrimitiveType (PrimitiveType primType)
88 switch (primType)
101 static void genVertices (PrimitiveType primType, int numPrimitives, de::Random* rnd, vector<Vec2>* dst)
103 const bool isTri = primType == PRIMITIVETYPE_TRIANGLE;
106 const int numVerticesPerPrimitive = getNumVerticesPerPrimitive(primType);
162 static void drawRandomPrimitives (const glu::RenderContext& renderCtx, deUint32 program, PrimitiveType primType, int numPrimitives, de::Random* rnd)
172 genVertices(primType, numPrimitives, rnd, &vertices);
179 if (primType == PRIMITIVETYPE_POINT || primType == PRIMITIVETYPE_WIDE_POINT
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_cmd.h 651 SVGA3dPrimitiveType primType;
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 510 milliseconds