HomeSort by relevance Sort by last modified time
    Searched defs:clipped (Results 1 - 15 of 15) sorted by null

  /external/skia/tests/
ClipCubicTest.cpp 88 SkPoint clipped[4], shouldbe[4]; local
96 success = clipper.clipCubic(crv, clipped);
98 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve(
104 success = clipper.clipCubic(crv, clipped);
106 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve(
112 success = clipper.clipCubic(crv, clipped);
114 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve(
120 success = clipper.clipCubic(crv, clipped);
126 success = clipper.clipCubic(crv, clipped);
128 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve
    [all...]
  /external/skqp/tests/
ClipCubicTest.cpp 88 SkPoint clipped[4], shouldbe[4]; local
96 success = clipper.clipCubic(crv, clipped);
98 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve(
104 success = clipper.clipCubic(crv, clipped);
106 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve(
112 success = clipper.clipCubic(crv, clipped);
114 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve(
120 success = clipper.clipCubic(crv, clipped);
126 success = clipper.clipCubic(crv, clipped);
128 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline_llvm.c 367 boolean clipped = 0; local
400 clipped = fpme->current_variant->jit_func(&fpme->llvm->jit_context,
466 clipped = draw_pt_post_vs_run( fpme->post_vs, vert_info, prim_info );
468 /* "clipped" also includes non-one edgeflag */
469 if (clipped) {
473 /* Do we need to run the pipeline? Now will come here if clipped
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 919 boolean clipped = !qs->softpipe->rasterizer->depth_clip; local
931 !clipped &&
940 !clipped &&
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiDisplayTimingTests.cpp 619 const vk::VkBool32 clipped = VK_FALSE; local
680 clipped,
    [all...]
vktWsiIncrementalPresentTests.cpp 725 const vk::VkBool32 clipped = VK_FALSE; local
792 clipped,
817 clipped,
    [all...]
vktWsiSharedPresentableImageTests.cpp 634 const vk::VkBool32 clipped = VK_FALSE; local
696 clipped,
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h 3643 VkBool32 clipped; member in struct:VkSwapchainCreateInfoKHR
    [all...]
  /external/skia/include/third_party/vulkan/vulkan/
vulkan_core.h 4709 VkBool32 clipped; member in struct:VkSwapchainCreateInfoKHR
    [all...]
  /external/skqp/include/third_party/vulkan/vulkan/
vulkan_core.h 4709 VkBool32 clipped; member in struct:VkSwapchainCreateInfoKHR
    [all...]
  /external/swiftshader/include/vulkan/
vulkan_core.h 4829 VkBool32 clipped; member in struct:VkSwapchainCreateInfoKHR
    [all...]
vulkan.hpp 34490 Bool32 clipped; member in struct:VULKAN_HPP_NAMESPACE::VULKAN_HPP_NAMESPACE::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::SubpassContents::DynamicState::DescriptorUpdateTemplateType::ObjectType::QueueFlagBits::DeviceQueueCreateFlagBits::MemoryPropertyFlagBits::MemoryHeapFlagBits::AccessFlagBits::BufferUsageFlagBits::BufferCreateFlagBits::ShaderStageFlagBits::ImageUsageFlagBits::ImageCreateFlagBits::PipelineCreateFlagBits::ColorComponentFlagBits::FenceCreateFlagBits::FormatFeatureFlagBits::QueryControlFlagBits::QueryResultFlagBits::CommandBufferUsageFlagBits::QueryPipelineStatisticFlagBits::ImageAspectFlagBits::SparseImageFormatFlagBits::SparseMemoryBindFlagBits::PipelineStageFlagBits::CommandPoolCreateFlagBits::CommandPoolResetFlagBits::CommandBufferResetFlagBits::SampleCountFlagBits::AttachmentDescriptionFlagBits::StencilFaceFlagBits::DescriptorPoolCreateFlagBits::DependencyFlagBits::PresentModeKHR::ColorSpaceKHR::DisplayPlaneAlphaFlagBitsKHR::CompositeAlphaFlagBitsKHR::SurfaceTransformFlagBitsKHR::TimeDomainEXT::DebugReportFlagBitsEXT::DebugReportObjectTypeEXT::RasterizationOrderAMD::ExternalMemoryHandleTypeFlagBitsNV::ExternalMemoryFeatureFlagBitsNV::ValidationCheckEXT::SubgroupFeatureFlagBits::IndirectCommandsLayoutUsageFlagBitsNVX::ObjectEntryUsageFlagBitsNVX::IndirectCommandsTokenTypeNVX::ObjectEntryTypeNVX::DescriptorSetLayoutCreateFlagBits::ExternalMemoryHandleTypeFlagBits::ExternalMemoryFeatureFlagBits::ExternalSemaphoreHandleTypeFlagBits::ExternalSemaphoreFeatureFlagBits::SemaphoreImportFlagBits::ExternalFenceHandleTypeFlagBits::ExternalFenceFeatureFlagBits::FenceImportFlagBits::SurfaceCounterFlagBitsEXT::DisplayPowerStateEXT::DeviceEventTypeEXT::DisplayEventTypeEXT::PeerMemoryFeatureFlagBits::MemoryAllocateFlagBits::DeviceGroupPresentModeFlagBitsKHR::SwapchainCreateFlagBitsKHR::SwapchainCreateInfoKHR
    [all...]
  /external/vulkan-headers/include/vulkan/
vulkan_core.h 4877 VkBool32 clipped; member in struct:VkSwapchainCreateInfoKHR
    [all...]
vulkan.hpp 45669 Bool32 clipped; member in struct:VULKAN_HPP_NAMESPACE::AccelerationStructureMemoryRequirementsTypeNV::AccelerationStructureTypeNV::AttachmentLoadOp::AttachmentStoreOp::BlendFactor::BlendOp::BlendOverlapEXT::BorderColor::ChromaLocation::CoarseSampleOrderTypeNV::ColorSpaceKHR::CommandBufferLevel::CompareOp::ComponentSwizzle::ComponentTypeNV::ConservativeRasterizationModeEXT::CopyAccelerationStructureModeNV::CoverageModulationModeNV::DebugReportObjectTypeEXT::DescriptorType::DescriptorUpdateTemplateType::DeviceEventTypeEXT::DiscardRectangleModeEXT::DisplayEventTypeEXT::DisplayPowerStateEXT::DriverIdKHR::DynamicState::Filter::Format::FrontFace::GeometryTypeNV::ImageLayout::ImageTiling::ImageType::ImageViewType::IndexType::IndirectCommandsTokenTypeNVX::InternalAllocationType::LogicOp::MemoryOverallocationBehaviorAMD::ObjectEntryTypeNVX::ObjectType::PhysicalDeviceType::PipelineBindPoint::PipelineCacheHeaderVersion::PointClippingBehavior::PolygonMode::PresentModeKHR::PrimitiveTopology::QueryType::QueueGlobalPriorityEXT::RasterizationOrderAMD::RayTracingShaderGroupTypeNV::Result::SamplerAddressMode::SamplerMipmapMode::SamplerReductionModeEXT::SamplerYcbcrModelConversion::SamplerYcbcrRange::ScopeNV::ShaderInfoTypeAMD::ShadingRatePaletteEntryNV::SharingMode::StencilOp::StructureType::SubpassContents::SystemAllocationScope::TessellationDomainOrigin::TimeDomainEXT::ValidationCacheHeaderVersionEXT::ValidationCheckEXT::ValidationFeatureDisableEXT::ValidationFeatureEnableEXT::VendorId::VertexInputRate::ViewportCoordinateSwizzleNV::AccessFlagBits::AttachmentDescriptionFlagBits::BufferCreateFlagBits::BufferUsageFlagBits::BuildAccelerationStructureFlagBitsNV::ColorComponentFlagBits::CommandBufferResetFlagBits::CommandBufferUsageFlagBits::CommandPoolCreateFlagBits::CommandPoolResetFlagBits::CompositeAlphaFlagBitsKHR::ConditionalRenderingFlagBitsEXT::CullModeFlagBits::DebugReportFlagBitsEXT::DebugUtilsMessageSeverityFlagBitsEXT::DebugUtilsMessageTypeFlagBitsEXT::DependencyFlagBits::DescriptorBindingFlagBitsEXT::DescriptorPoolCreateFlagBits::DescriptorSetLayoutCreateFlagBits::DeviceGroupPresentModeFlagBitsKHR::DeviceQueueCreateFlagBits::DisplayPlaneAlphaFlagBitsKHR::ExternalFenceFeatureFlagBits::ExternalFenceHandleTypeFlagBits::ExternalMemoryFeatureFlagBits::ExternalMemoryFeatureFlagBitsNV::ExternalMemoryHandleTypeFlagBits::ExternalMemoryHandleTypeFlagBitsNV::ExternalSemaphoreFeatureFlagBits::ExternalSemaphoreHandleTypeFlagBits::FenceCreateFlagBits::FenceImportFlagBits::FormatFeatureFlagBits::GeometryFlagBitsNV::GeometryInstanceFlagBitsNV::ImageAspectFlagBits::ImageCreateFlagBits::ImageUsageFlagBits::ImageViewCreateFlagBits::IndirectCommandsLayoutUsageFlagBitsNVX::MemoryAllocateFlagBits::MemoryHeapFlagBits::MemoryPropertyFlagBits::ObjectEntryUsageFlagBitsNVX::PeerMemoryFeatureFlagBits::PipelineCreateFlagBits::PipelineStageFlagBits::QueryControlFlagBits::QueryPipelineStatisticFlagBits::QueryResultFlagBits::QueueFlagBits::ResolveModeFlagBitsKHR::SampleCountFlagBits::SamplerCreateFlagBits::SemaphoreImportFlagBits::ShaderStageFlagBits::SparseImageFormatFlagBits::SparseMemoryBindFlagBits::StencilFaceFlagBits::SubgroupFeatureFlagBits::SubpassDescriptionFlagBits::SurfaceCounterFlagBitsEXT::SurfaceTransformFlagBitsKHR::VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 2159 milliseconds