/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/skia/tests/ |
D | GrMeshTest.cpp | 152 GrMesh mesh(GrPrimitiveType::kTriangles); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 172 GrMesh mesh(GrPrimitiveType::kTriangles); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 192 GrMesh mesh(GrPrimitiveType::kTriangles); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 218 GrMesh mesh(indexed ? GrPrimitiveType::kTriangles in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 370 void DrawMeshHelper::drawMesh(const GrMesh& mesh) { in drawMesh()
|
D | GrPipelineDynamicStateTest.cpp | 132 GrMesh& mesh = meshes.emplace_back(GrPrimitiveType::kTriangleStrip); in onExecute() local
|
/external/skqp/tests/ |
D | GrMeshTest.cpp | 152 GrMesh mesh(GrPrimitiveType::kTriangles); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 172 GrMesh mesh(GrPrimitiveType::kTriangles); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 192 GrMesh mesh(GrPrimitiveType::kTriangles); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 218 GrMesh mesh(indexed ? GrPrimitiveType::kTriangles in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 370 void DrawMeshHelper::drawMesh(const GrMesh& mesh) { in drawMesh()
|
D | GrPipelineDynamicStateTest.cpp | 132 GrMesh& mesh = meshes.emplace_back(GrPrimitiveType::kTriangleStrip); in onExecute() local
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Meshes.cpp | 142 BuildPyramid(Mesh &mesh) { in BuildPyramid() 160 BuildIcosphere(Mesh &mesh) : mesh_(mesh), radius_(1.0f) { in BuildIcosphere() 311 BuildTeapot(Mesh &mesh) { in BuildTeapot() 396 for (const auto &mesh : meshes) { in Meshes() local 418 for (const auto &mesh : meshes) { in Meshes() local
|
D | Simulation.h | 82 Meshes::Type mesh; member
|
/external/skia/src/gpu/ops/ |
D | GrDrawVerticesOp.cpp | 47 Mesh& mesh = fMeshes.push_back(); in GrDrawVerticesOp() local 181 const Mesh& mesh = fMeshes[i]; in onPrepareDraws() local 243 GrMesh mesh(this->primitiveType()); in onPrepareDraws() local
|
D | GrNonAAStrokeRectOp.cpp | 187 GrMesh mesh(primType); in onPrepareDraws() local
|
D | GrAAHairLinePathRenderer.cpp | 973 GrMesh mesh(GrPrimitiveType::kTriangles); in onPrepareDraws() local 1027 GrMesh mesh(GrPrimitiveType::kTriangles); in onPrepareDraws() local 1036 GrMesh mesh(GrPrimitiveType::kTriangles); in onPrepareDraws() local
|
/external/skqp/src/gpu/ops/ |
D | GrDrawVerticesOp.cpp | 47 Mesh& mesh = fMeshes.push_back(); in GrDrawVerticesOp() local 181 const Mesh& mesh = fMeshes[i]; in onPrepareDraws() local 243 GrMesh mesh(this->primitiveType()); in onPrepareDraws() local
|
D | GrNonAAStrokeRectOp.cpp | 187 GrMesh mesh(primType); in onPrepareDraws() local
|
D | GrAAHairLinePathRenderer.cpp | 973 GrMesh mesh(GrPrimitiveType::kTriangles); in onPrepareDraws() local 1027 GrMesh mesh(GrPrimitiveType::kTriangles); in onPrepareDraws() local 1036 GrMesh mesh(GrPrimitiveType::kTriangles); in onPrepareDraws() local
|
D | GrAtlasTextOp.cpp | 325 GrMesh mesh(GrPrimitiveType::kTriangles); in flush() local
|
/external/skqp/src/gpu/ |
D | GrTessellator.cpp | 1117 void merge_vertices(Vertex* src, Vertex* dst, VertexList* mesh, Comparator& c, in merge_vertices() 1162 Vertex* create_sorted_vertex(const SkPoint& p, uint8_t alpha, VertexList* mesh, in create_sorted_vertex() 1195 VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in check_for_intersection() 1276 bool merge_coincident_vertices(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in merge_coincident_vertices() 1297 void build_edges(VertexList* contours, int contourCnt, VertexList* mesh, Comparator& c, in build_edges() 1311 void connect_partners(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in connect_partners() 1388 void dump_mesh(const VertexList& mesh) { in dump_mesh() 1409 bool simplify(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in simplify() 1628 void remove_non_boundary_edges(const VertexList& mesh, SkPath::FillType fillType, in remove_non_boundary_edges() 1780 void Event::apply(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in apply() [all …]
|
D | GrOpFlushState.cpp | 128 const GrMesh& mesh) { in draw()
|
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 1117 void merge_vertices(Vertex* src, Vertex* dst, VertexList* mesh, Comparator& c, in merge_vertices() 1162 Vertex* create_sorted_vertex(const SkPoint& p, uint8_t alpha, VertexList* mesh, in create_sorted_vertex() 1195 VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in check_for_intersection() 1276 bool merge_coincident_vertices(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in merge_coincident_vertices() 1297 void build_edges(VertexList* contours, int contourCnt, VertexList* mesh, Comparator& c, in build_edges() 1311 void connect_partners(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in connect_partners() 1388 void dump_mesh(const VertexList& mesh) { in dump_mesh() 1409 bool simplify(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in simplify() 1628 void remove_non_boundary_edges(const VertexList& mesh, SkPath::FillType fillType, in remove_non_boundary_edges() 1780 void Event::apply(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in apply() [all …]
|
D | GrOpFlushState.cpp | 132 const GrMesh& mesh) { in draw()
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpuCommandBuffer.h | 89 const GrMesh mesh[], in onDraw()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpuCommandBuffer.h | 89 const GrMesh mesh[], in onDraw()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCCoverageProcessor_VSImpl.cpp | 456 GrMesh& mesh = out->emplace_back(fPrimitiveType); in appendVSMesh() local
|
D | GrCCCoverageProcessor_GSImpl.cpp | 342 GrMesh& mesh = out->emplace_back(GrPrimitiveType::kLines); in appendGSMesh() local
|
/external/skia/src/gpu/ccpr/ |
D | GrCCCoverageProcessor_GSImpl.cpp | 356 GrMesh& mesh = out->emplace_back(GrPrimitiveType::kLines); in appendGSMesh() local
|
D | GrCCCoverageProcessor_VSImpl.cpp | 470 GrMesh& mesh = out->emplace_back(fPrimitiveType); in appendVSMesh() local
|