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

  /external/chromium_org/third_party/skia/src/gpu/
GrDefaultPathRenderer.cpp 194 GrPrimitiveType* primType,
220 *primType = kLines_GrPrimitiveType;
222 *primType = kLineStrip_GrPrimitiveType;
227 *primType = kTriangles_GrPrimitiveType;
229 *primType = kTriangleFan_GrPrimitiveType;
351 GrPrimitiveType primType;
357 &primType,
500 target->drawIndexed(primType, 0, 0,
503 target->drawNonIndexed(primType, 0, vertexCnt, &devBounds);
GrContext.cpp 889 GrPrimitiveType primType;
895 primType = kTriangleStrip_GrPrimitiveType;
900 primType = kLineStrip_GrPrimitiveType;
908 target->drawNonIndexed(primType, 0, vertCount);
    [all...]
  /external/skia/src/gpu/
GrDefaultPathRenderer.cpp 194 GrPrimitiveType* primType,
220 *primType = kLines_GrPrimitiveType;
222 *primType = kLineStrip_GrPrimitiveType;
227 *primType = kTriangles_GrPrimitiveType;
229 *primType = kTriangleFan_GrPrimitiveType;
351 GrPrimitiveType primType;
357 &primType,
500 target->drawIndexed(primType, 0, 0,
503 target->drawNonIndexed(primType, 0, vertexCnt, &devBounds);
GrContext.cpp 879 GrPrimitiveType primType;
885 primType = kTriangleStrip_GrPrimitiveType;
890 primType = kLineStrip_GrPrimitiveType;
904 target->drawNonIndexed(primType, 0, vertCount);
    [all...]
  /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 numVert = getNumVerticesPerPrimitive(primType)*numPrimitives;
133 static void drawRandomPrimitives (const glu::RenderContext& renderCtx, deUint32 program, PrimitiveType primType, int numPrimitives, de::Random* rnd)
143 genVertices(primType, numPrimitives, rnd, &vertices);
150 if (primType == PRIMITIVETYPE_POINT || primType == PRIMITIVETYPE_WIDE_POINT
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga3d_reg.h     [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_reg.h     [all...]
  /prebuilts/sdk/tools/
jack.jar 

Completed in 789 milliseconds