OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:primType
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/gpu/batches/
GrNonAAStrokeRectBatch.cpp
146
GrPrimitiveType
primType
;
148
primType
= kTriangleStrip_GrPrimitiveType;
152
primType
= kLineStrip_GrPrimitiveType;
161
vertices.init(
primType
, vertexBuffer, firstVertex, vertexCount);
/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/skia/src/gpu/
SkGpuDevice.cpp
[
all
...]
/external/mesa3d/src/gallium/drivers/svga/include/
svga3d_reg.h
[
all
...]
/external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar
/prebuilts/sdk/tools/jacks/
jack-2.28.RELEASE.jar
Completed in 120 milliseconds