| /external/swiftshader/third_party/PowerVR_SDK/Tools/ |
| D | PVRTFixedPoint.cpp | 33 HeaderStruct_Fixed_Mesh *CreateFixedObjectMesh(HeaderStruct_Mesh *mesh) in CreateFixedObjectMesh() 129 void FreeFixedObjectMesh(HeaderStruct_Fixed_Mesh* mesh) in FreeFixedObjectMesh()
|
| D | PVRTModelPOD.cpp | 804 static bool WriteInterleaved(FILE * const pFile, SPODMesh &mesh) in WriteInterleaved() 3166 EPVRTError PVRTModelPODScaleAndConvertVtxData(SPODMesh &mesh, const EPVRTDataType eNewType) 3367 void PVRTModelPODReorderFaces(SPODMesh &mesh, const int i32El1, const int i32El2, const int i32El3) 3455 void PVRTModelPODToggleInterleaved(SPODMesh &mesh, const PVRTuint32 ui32AlignToNBytes) 3567 void PVRTModelPODDeIndex(SPODMesh &mesh) 3609 void PVRTModelPODToggleStrips(SPODMesh &mesh) 3777 unsigned int PVRTModelPODCountIndices(const SPODMesh &mesh)
|
| /external/skqp/tests/ |
| D | GrMeshTest.cpp | 159 GrMesh mesh(GrPrimitiveType::kTriangles); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 179 GrMesh mesh(GrPrimitiveType::kTriangles); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 199 GrMesh mesh(GrPrimitiveType::kTriangles); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 225 GrMesh mesh(indexed ? GrPrimitiveType::kTriangles in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 389 void DrawMeshHelper::drawMesh(const GrMesh& mesh) { in drawMesh()
|
| D | GrPipelineDynamicStateTest.cpp | 142 GrMesh& mesh = meshes.emplace_back(GrPrimitiveType::kTriangleStrip); in onExecute() local
|
| /external/skia/tests/ |
| D | GrMeshTest.cpp | 157 GrMesh mesh(GrPrimitiveType::kTriangles); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 177 GrMesh mesh(GrPrimitiveType::kTriangles); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 197 GrMesh mesh(GrPrimitiveType::kTriangles); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 223 GrMesh mesh(indexed ? GrPrimitiveType::kTriangles in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 386 void DrawMeshHelper::drawMesh(const GrMesh& mesh) { in drawMesh()
|
| D | GrPipelineDynamicStateTest.cpp | 146 GrMesh& mesh = meshes.emplace_back(GrPrimitiveType::kTriangleStrip); in onExecute() local
|
| /external/skqp/src/gpu/ops/ |
| D | GrMeshDrawOp.h | 94 const GrMesh* mesh) { in draw()
|
| D | GrDrawVerticesOp.cpp | 48 Mesh& mesh = fMeshes.push_back(); in GrDrawVerticesOp() local 366 const Mesh& mesh = fMeshes[i]; in fillBuffers() local 467 GrMesh* mesh = target->allocMesh(this->primitiveType()); in drawVertices() local
|
| D | GrAAHairLinePathRenderer.cpp | 993 GrMesh* mesh = target->allocMesh(GrPrimitiveType::kTriangles); in onPrepareDraws() local 1048 GrMesh* mesh = target->allocMesh(GrPrimitiveType::kTriangles); in onPrepareDraws() local 1057 GrMesh* mesh = target->allocMesh(GrPrimitiveType::kTriangles); in onPrepareDraws() local
|
| /external/skia/src/gpu/ |
| D | GrTessellator.cpp | 1152 void merge_vertices(Vertex* src, Vertex* dst, VertexList* mesh, Comparator& c, in merge_vertices() 1169 Vertex* create_sorted_vertex(const SkPoint& p, uint8_t alpha, VertexList* mesh, in create_sorted_vertex() 1221 VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in check_for_intersection() 1305 bool merge_coincident_vertices(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in merge_coincident_vertices() 1326 void build_edges(VertexList* contours, int contourCnt, VertexList* mesh, Comparator& c, in build_edges() 1340 void connect_partners(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in connect_partners() 1417 void dump_mesh(const VertexList& mesh) { in dump_mesh() 1473 bool simplify(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in simplify() 1637 void remove_non_boundary_edges(const VertexList& mesh, SkPath::FillType fillType, in remove_non_boundary_edges() 1764 void Event::apply(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in apply() [all …]
|
| /external/skqp/src/gpu/ |
| D | GrTessellator.cpp | 1152 void merge_vertices(Vertex* src, Vertex* dst, VertexList* mesh, Comparator& c, in merge_vertices() 1169 Vertex* create_sorted_vertex(const SkPoint& p, uint8_t alpha, VertexList* mesh, in create_sorted_vertex() 1221 VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in check_for_intersection() 1305 bool merge_coincident_vertices(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in merge_coincident_vertices() 1326 void build_edges(VertexList* contours, int contourCnt, VertexList* mesh, Comparator& c, in build_edges() 1340 void connect_partners(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in connect_partners() 1417 void dump_mesh(const VertexList& mesh) { in dump_mesh() 1473 bool simplify(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in simplify() 1637 void remove_non_boundary_edges(const VertexList& mesh, SkPath::FillType fillType, in remove_non_boundary_edges() 1764 void Event::apply(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in apply() [all …]
|
| /external/skia/src/gpu/ccpr/ |
| D | GrCCPathProcessor.cpp | 132 GrMesh mesh(primitiveType); in drawPaths() local
|
| D | GrCCCoverageProcessor_VSImpl.cpp | 534 GrMesh& mesh = out->emplace_back(fVSTriangleType); in appendVSMesh() local
|
| D | GrCCCoverageProcessor_GSImpl.cpp | 406 GrMesh& mesh = out->emplace_back(GrPrimitiveType::kLines); in appendGSMesh() local
|
| /external/skqp/src/gpu/gl/ |
| D | GrGLGpuCommandBuffer.h | 85 const GrMesh mesh[], in onDraw()
|
| /external/skqp/src/gpu/ccpr/ |
| D | GrCCPathProcessor.cpp | 130 GrMesh mesh(primitiveType); in drawPaths() local
|
| D | GrCCCoverageProcessor_VSImpl.cpp | 533 GrMesh& mesh = out->emplace_back(fVSTriangleType); in appendVSMesh() local
|
| D | GrCCCoverageProcessor_GSImpl.cpp | 406 GrMesh& mesh = out->emplace_back(GrPrimitiveType::kLines); in appendGSMesh() local
|
| /external/skia/src/gpu/gl/ |
| D | GrGLGpuCommandBuffer.h | 85 const GrMesh mesh[], in onDraw()
|
| /external/skia/src/gpu/ops/ |
| D | GrDrawVerticesOp.cpp | 151 Mesh& mesh = fMeshes.push_back(); in DrawVerticesOp() local 416 const Mesh& mesh = fMeshes[i]; in fillBuffers() local 500 GrMesh* mesh = target->allocMesh(this->primitiveType()); in drawVertices() local
|
| /external/skia/gm/ |
| D | fwidth_squircle.cpp | 147 GrMesh mesh(GrPrimitiveType::kTriangleStrip); in onExecute() local
|
| D | clockwise.cpp | 129 GrMesh mesh(GrPrimitiveType::kTriangleStrip); in onExecute() local
|
| D | samplelocations.cpp | 195 GrMesh mesh(GrPrimitiveType::kTriangleStrip); in onExecute() local
|
| /external/skqp/gm/ |
| D | clockwise.cpp | 125 GrMesh mesh(GrPrimitiveType::kTriangleStrip); in onExecute() local
|
| D | fwidth_squircle.cpp | 150 GrMesh mesh(GrPrimitiveType::kTriangleStrip); in onExecute() local
|