Searched defs:meshes (Results 1 - 3 of 3) sorted by relevance
/external/skia/src/gpu/vk/ |
H A D | GrVkGpuCommandBuffer.cpp | 518 const GrMesh* meshes, 537 GrPrimitiveType primitiveType = meshes[0].primitiveType(); 548 const GrMesh& mesh = meshes[i]; 516 onDraw(const GrPipeline& pipeline, const GrPrimitiveProcessor& primProc, const GrMesh* meshes, int meshCount, const SkRect& bounds) argument
|
/external/vulkan-validation-layers/demos/smoke/ |
H A D | Meshes.cpp | 404 void build_meshes(std::array<Mesh, Meshes::MESH_COUNT> &meshes) argument 406 BuildPyramid build_pyramid(meshes[Meshes::MESH_PYRAMID]); 407 BuildIcosphere build_icosphere(meshes[Meshes::MESH_ICOSPHERE]); 408 BuildTeapot build_teapot(meshes[Meshes::MESH_TEAPOT]); 427 std::array<Mesh, MESH_COUNT> meshes; local 428 build_meshes(meshes); 430 draw_commands_.reserve(meshes.size()); 435 for (const auto &mesh : meshes) { 458 for (const auto &mesh : meshes) {
|
/external/skia/src/gpu/gl/ |
H A D | GrGLGpu.cpp | 2625 const GrMesh meshes[], 2631 if (meshes[i].primitiveType() == kPoints_GrPrimitiveType) { 2645 const GrMesh& mesh = meshes[i]; 2623 draw(const GrPipeline& pipeline, const GrPrimitiveProcessor& primProc, const GrMesh meshes[], int meshCount) argument
|
Completed in 133 milliseconds