Home
last modified time | relevance | path

Searched defs:vertices (Results 176 - 200 of 369) sorted by relevance

12345678910>>...15

/third_party/skia/src/utils/
H A DSkNWayCanvas.cpp318 void SkNWayCanvas::onDrawVerticesObject(const SkVertices* vertices, in onDrawVerticesObject() argument
H A DSkPaintFilterCanvas.cpp150 void SkPaintFilterCanvas::onDrawVerticesObject(const SkVertices* vertices, in onDrawVerticesObject() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderHelperInvocationTests.cpp169 vector<Vec2> vertices; in drawRandomPrimitives() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsScissorTests.cpp98 void drawPrimitives (const glw::Functions& gl, deUint32 program, const deUint32 type, const vector<float>& vertices, const vector<deUint16>& indices) in drawPrimitives() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageTests.cpp172 const std::vector<Vertex4Tex4> vertices = createTestQuadMosaic(imageViewType); in getImageSamplingInstanceParams() local
H A DvktPipelineMaxVaryingsTests.cpp977 std::vector<tcu::Vec4> vertices; in test() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp118 vector<Vec4> vertices; in genFullQuadVertices() local
132 Vec4 vertices; member
179 const vector<Vec4> vertices = genFullQuadVertices(); iterate() local
[all...]
H A DvktRenderPassUnusedAttachmentSparseFillingTests.cpp89 std::vector<Vertex> vertices; in createFullscreenTriangle() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrFilteringTests.cpp346 const vector<tcu::Vec4> vertices = in iterate() local
H A DvktYCbCrImageQueryTests.cpp673 vector<Vec4> vertices; in testImageQueryLod() local
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingTests.cpp641 GLfloat vertices[] = { -1.0f, -1.0f, 0.0f, -1.0f, 0.0f, 1.0f, -1.0f, 1.0f }; in renderResource() local
666 GLfloat vertices[] = { 0.0f, -1.0f, 1.0f, -1.0f, 1.0f, 1.0f, 0.0f, 1.0f}; in renderResource() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fClipControlTests.cpp1091 const GLfloat vertices[] = { in readDepthPixels() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.cpp99 vector<Math::Vec3>& vertices; member
107 vector<Math::Vec3>& vertices = geometry.vertices; in GenerateCubeGeometry() local
147 vector<Math::Vec3>& vertices = geometry.vertices; in GenerateSphereGeometry() local
198 vector<Math::Vec3>& vertices = geometry.vertices; GenerateConeCap() local
237 vector<Math::Vec3>& vertices = geometry.vertices; GenerateConeGeometry() local
309 vector<Math::Vec3>& vertices = geometry.vertices; GenerateTorusGeometry() local
529 vector<Math::Vec3> vertices; GenerateSphereMesh() local
565 vector<Math::Vec3> vertices; GenerateConeMesh() local
601 vector<Math::Vec3> vertices; GenerateTorusMesh() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_canvas.cpp337 Vertices* vertices = new Vertices(); in OH_Drawing_CanvasDrawVertices() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas_autocache.cpp458 void SkiaCanvasAutoCache::onDrawVerticesObject(const SkVertices* vertices, in onDrawVerticesObject() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp233 void RecordingCanvas::DrawVertices(const Vertices& vertices, BlendMode mode) in DrawVertices() argument
H A Dcmd_list_helper.cpp79 OpDataHandle CmdListHelper::AddVerticesToCmdList(CmdList& cmdList, const Vertices& vertices) in AddVerticesToCmdList() argument
106 auto vertices = std::make_shared<Vertices>(); in GetVerticesFromCmdList() local
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_genX_exec.h288 const float vertices[] = { in blorp_emit_vertex_data() local
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_context.c121 float *vertices = hud->bg.vertices + hud->bg.num_vertices*2; in hud_draw_background_quad() local
147 float *vertices = hud->text.vertices + hud->text.num_vertices*4; hud_draw_string() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkWsiUtil.cpp995 const tcu::Vec4 vertices[] = in WsiTriangleRenderer() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultipleClearsWithinRenderPass.cpp130 const Vec4* vertices; member
H A DvktDrawMultipleInterpolationTests.cpp483 const PositionColorVertex vertices[] = in render() local
H A DvktDrawScissorTests.cpp130 vector<PositionColorVertex> vertices; in getVertices() local
445 vector<PositionColorVertex> vertices; in iterate() local
[all...]
H A DvktDrawShaderLayerTests.cpp898 const std::vector<PositionColorVertex> vertices = generateVertices(grid, colors, renderSize); in testVertexShader() local
958 const std::vector<PositionColorVertex> vertices = generateVertices(grid, colors, renderSize); in testTessellationShader() local
616 Renderer(Context& context, const SharedGroupParams groupParams, const UVec2& renderSize, const int numLayers, const VkFormat colorFormat, const Vec4& clearColor, const std::vector<PositionColorVertex>& vertices, const Shader shader) Renderer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSampleCompressedTextureTests.cpp242 vector<Vertex> vertices; in generateVertices() local
459 const vector<Vertex> vertices in iterate() local
[all...]

Completed in 38 milliseconds

12345678910>>...15