/external/deqp/modules/gles31/functional/ |
H A D | es31fShaderHelperInvocationTests.cpp | 71 static int getNumVerticesPerPrimitive (PrimitiveType primType) argument 73 switch (primType) 86 static glu::PrimitiveType getGluPrimitiveType (PrimitiveType primType) argument 88 switch (primType) 101 static void genVertices (PrimitiveType primType, int numPrimitives, de::Random* rnd, vector<Vec2>* dst) argument 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) argument 172 genVertices(primType, numPrimitives, rnd, &vertices); 179 if (primType 314 HelperInvocationValueCase(Context& context, const char* name, const char* description, PrimitiveType primType, int numSamples) argument 472 HelperInvocationDerivateCase(Context& context, const char* name, const char* description, PrimitiveType primType, int numSamples, const char* derivateFunc, bool checkAbsoluteValue) argument 663 PrimitiveType primType; member in struct:deqp::gles31::Functional::__anon4692 695 const PrimitiveType primType = s_primTypes[primTypeNdx].primType; local 713 const PrimitiveType primType = s_primTypes[primTypeNdx].primType; local [all...] |
H A D | es31fTessellationTests.cpp | 474 static inline string getTessellationEvaluationInLayoutString (TessPrimitiveType primType, SpacingMode spacing, Winding winding, bool usePointMode=false) 476 return string() + "layout (" + getTessPrimitiveTypeShaderName(primType) 483 static inline string getTessellationEvaluationInLayoutString (TessPrimitiveType primType, SpacingMode spacing, bool usePointMode=false) 485 return string() + "layout (" + getTessPrimitiveTypeShaderName(primType) 491 static inline string getTessellationEvaluationInLayoutString (TessPrimitiveType primType, Winding winding, bool usePointMode=false) 493 return string() + "layout (" + getTessPrimitiveTypeShaderName(primType) 499 static inline string getTessellationEvaluationInLayoutString (TessPrimitiveType primType, bool usePointMode=false) 501 return string() + "layout (" + getTessPrimitiveTypeShaderName(primType) 524 static inline int numInnerTessellationLevels (TessPrimitiveType primType) 526 switch (primType) [all...] |
/external/skia/src/gpu/ |
H A D | GrVertices.h | 49 void init(GrPrimitiveType primType, const GrVertexBuffer* vertexBuffer, int startVertex, argument 54 fPrimitiveType = primType; 67 void initIndexed(GrPrimitiveType primType, argument 80 fPrimitiveType = primType; 97 void initInstanced(GrPrimitiveType primType, argument 111 fPrimitiveType = primType;
|
H A D | SkGpuDevice.cpp | 1671 GrPrimitiveType primType = gVertexMode2PrimitiveType[vmode]; local 1724 primType,
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fPrimitiveRestartTests.cpp | 91 PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts); 131 PrimitiveRestartCase::PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts) argument 133 , m_primType (primType) 658 for (int primType = 0; primType < (int)PrimitiveRestartCase::PRIMITIVE_LAST; primType++) 660 const char* primTypeName = primType == (int)PrimitiveRestartCase::PRIMITIVE_POINTS ? "points" 661 : primType == (int)PrimitiveRestartCase::PRIMITIVE_LINE_STRIP ? "line_strip" 662 : primType == (int)PrimitiveRestartCase::PRIMITIVE_LINE_LOOP ? "line_loop" 663 : primType [all...] |
/external/skia/src/gpu/batches/ |
H A D | GrVertexBatch.cpp | 19 void* GrVertexBatch::InstancedHelper::init(Target* target, GrPrimitiveType primType, argument 39 fVertices.initInstanced(primType, vertexBuffer, indexBuffer,
|
H A D | GrNonAAStrokeRectBatch.cpp | 146 GrPrimitiveType primType; variable 148 primType = kTriangleStrip_GrPrimitiveType; 152 primType = kLineStrip_GrPrimitiveType; 161 vertices.init(primType, vertexBuffer, firstVertex, vertexCount);
|
/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_draw_elements.c | 143 range.primType = hw_prim;
|
H A D | svga_draw_arrays.c | 199 range.primType = hw_prim;
|
H A D | svga_draw.c | 394 switch (range->primType) {
|
/external/skia/tests/ |
H A D | ClipStackTest.cpp | 188 static void test_bounds(skiatest::Reporter* reporter, SkClipStack::Element::Type primType) { argument 247 int numBitTests = SkClipStack::Element::kPath_Type == primType ? 4 : 1; 260 switch (primType) { 284 if (SkClipStack::Element::kRect_Type == primType) {
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_reg.h | 1493 SVGA3dPrimitiveType primType; member in struct:__anon14185
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
H A D | svga_dump.c | 1031 switch((*cmd).primType) { 1033 _debug_printf("\t\t.primType = SVGA3D_PRIMITIVE_INVALID\n"); 1036 _debug_printf("\t\t.primType = SVGA3D_PRIMITIVE_TRIANGLELIST\n"); 1039 _debug_printf("\t\t.primType = SVGA3D_PRIMITIVE_POINTLIST\n"); 1042 _debug_printf("\t\t.primType = SVGA3D_PRIMITIVE_LINELIST\n"); 1045 _debug_printf("\t\t.primType = SVGA3D_PRIMITIVE_LINESTRIP\n"); 1048 _debug_printf("\t\t.primType = SVGA3D_PRIMITIVE_TRIANGLESTRIP\n"); 1051 _debug_printf("\t\t.primType = SVGA3D_PRIMITIVE_TRIANGLEFAN\n"); 1054 _debug_printf("\t\t.primType = SVGA3D_PRIMITIVE_MAX\n"); 1057 _debug_printf("\t\t.primType [all...] |
/external/libgdx/backends/gdx-backends-gwt/libs/ |
H A D | gwt-user.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ... |
H A D | gwt-dev.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ... |