Searched defs:frontFace (Results 1 - 20 of 20) sorted by relevance

/external/skia/samplecode/
H A DSampleCamera.cpp74 bool frontFace = view.dotWithNormal(0, 0, SK_Scalar1) < 0; variable
75 if (frontFace != fFrontFace) {
76 fFrontFace = frontFace;
/external/skqp/samplecode/
H A DSampleCamera.cpp74 bool frontFace = view.dotWithNormal(0, 0, SK_Scalar1) < 0; variable
75 if (frontFace != fFrontFace) {
76 fFrontFace = frontFace;
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.hpp124 GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; return *this; } argument
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawNegativeViewportHeightTests.cpp62 VkFrontFace frontFace; member in struct:vkt::Draw::__anon4313::TestParams
230 m_params.frontFace, // frontFace
330 const bool isFrontFacing = (triangleFace == m_params.frontFace);
358 const Vec4& color = (m_params.frontFace == VK_FRONT_FACE_CLOCKWISE ? white : gray);
368 const Vec4& color = (m_params.frontFace == VK_FRONT_FACE_COUNTER_CLOCKWISE ? white : gray);
430 << "Front face: " << getFrontFaceName(m_params.frontFace) << "\n"
503 VkFrontFace frontFace; member in struct:vkt::Draw::__anon4313::__anon4314
504 } frontFace[] = local
522 for (int ndxFrontFace = 0; ndxFrontFace < DE_LENGTH_OF_ARRAY(frontFace);
[all...]
/external/swiftshader/src/OpenGL/libGL/
H A Dutilities.cpp574 sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace) argument
579 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE);
581 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE);
H A DContext.h427 GLenum frontFace; member in struct:gl::State
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp135 GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; return *this; } argument
/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dutilities.cpp677 sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace) argument
682 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE);
684 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE);
H A DContext.h225 GLenum frontFace; member in struct:es1::State
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp119 GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; return *this; } argument
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp1995 sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace) argument
2000 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE);
2002 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE);
H A DContext.h341 GLenum frontFace; member in struct:es2::State
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dstate.h327 uint32_t frontFace; // IN: front- 1, back- 0 member in struct:SWR_PS_CONTEXT
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.h79 virtual GrGLvoid frontFace(GrGLenum mode) {} function in class:GrGLTestInterface
/external/skqp/src/gpu/gl/
H A DGrGLTestInterface.h79 virtual GrGLvoid frontFace(GrGLenum mode) {} function in class:GrGLTestInterface
/external/mesa3d/include/vulkan/
H A Dvulkan.h1809 VkFrontFace frontFace; member in struct:VkPipelineRasterizationStateCreateInfo
/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h1906 VkFrontFace frontFace; member in struct:VkPipelineRasterizationStateCreateInfo
/external/skqp/third_party/vulkan/vulkan/
H A Dvulkan.h1906 VkFrontFace frontFace; member in struct:VkPipelineRasterizationStateCreateInfo
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h2103 VkFrontFace frontFace; member in struct:VkPipelineRasterizationStateCreateInfo
H A Dvulkan.hpp8271 , frontFace( frontFace_ )
8328 frontFace = frontFace_;
8376 && ( frontFace == rhs.frontFace )
8399 FrontFace frontFace; 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::PipelineRasterizationStateCreateInfo
[all...]

Completed in 1387 milliseconds