Home
last modified time | relevance | path

Searched refs:frontFace (Results 1 – 25 of 88) sorted by relevance

1234

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawNegativeViewportHeightTests.cpp62 VkFrontFace frontFace; member
230 m_params.frontFace, // frontFace in NegativeViewportHeightTestInstance()
330 const bool isFrontFacing = (triangleFace == m_params.frontFace); in isCulled()
358 const Vec4& color = (m_params.frontFace == VK_FRONT_FACE_CLOCKWISE ? white : gray); in generateReferenceImage()
368 const Vec4& color = (m_params.frontFace == VK_FRONT_FACE_COUNTER_CLOCKWISE ? white : gray); in generateReferenceImage()
430 << "Front face: " << getFrontFaceName(m_params.frontFace) << "\n" in iterate()
503 VkFrontFace frontFace; in populateTestGroup() member
504 } frontFace[] = in populateTestGroup() local
522 for (int ndxFrontFace = 0; ndxFrontFace < DE_LENGTH_OF_ARRAY(frontFace); ++ndxFrontFace) in populateTestGroup()
527 frontFace[ndxFrontFace].frontFace, in populateTestGroup()
[all …]
/external/skia/samplecode/
DSampleCamera.cpp74 bool frontFace = view.dotWithNormal(0, 0, SK_Scalar1) < 0; in onDrawContent() local
75 if (frontFace != fFrontFace) { in onDrawContent()
76 fFrontFace = frontFace; in onDrawContent()
/external/skqp/samplecode/
DSampleCamera.cpp74 bool frontFace = view.dotWithNormal(0, 0, SK_Scalar1) < 0; in onDrawContent() local
75 if (frontFace != fFrontFace) { in onDrawContent()
76 fFrontFace = frontFace; in onDrawContent()
/external/swiftshader/src/OpenGL/libGL/
Dutilities.cpp574 sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace) in ConvertCullMode() argument
579 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE); in ConvertCullMode()
581 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE); in ConvertCullMode()
Dutilities.h70 sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace);
DContext.cpp59 mState.frontFace = GL_CCW; in Context()
358 if(mState.frontFace != front) in setFrontFace()
360 mState.frontFace = front; in setFrontFace()
1396 case GL_FRONT_FACE: *params = mState.frontFace; break; in getIntegerv()
1713 device->setCullMode(es2sw::ConvertCullMode(mState.cullMode, mState.frontFace)); in applyState()
1794 if(mState.frontFace == GL_CCW) in applyState()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.cpp677 sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace) in ConvertCullMode() argument
682 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE); in ConvertCullMode()
684 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE); in ConvertCullMode()
Dutilities.h70 sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace);
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.hpp124 …sPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; re… in setFrontFace() argument
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp135 …sPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; re… in setFrontFace() argument
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.h99 sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace);
Dutilities.cpp1995 sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace) in ConvertCullMode() argument
2000 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE); in ConvertCullMode()
2002 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE); in ConvertCullMode()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.hpp119 …sPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; re… in setFrontFace() argument
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderWinding.cpp206 gl.frontFace(windingTaken[windingIndex]); in iterate()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl54 gl->frontFace = &glFrontFace;
DglwInitES30Direct.inl85 gl->frontFace = &glFrontFace;
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl96 dst->frontFace = src.frontFace;
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit2d.c809 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE in blit2d_init_color_pipeline()
962 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE in blit2d_init_depth_only_pipeline()
1115 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE in blit2d_init_stencil_only_pipeline()
Dradv_meta_blit.c824 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE in radv_device_init_meta_blit_color()
1001 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE in radv_device_init_meta_blit_depth()
1180 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE in radv_device_init_meta_blit_stencil()
Dradv_meta_decompress.c190 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE, in create_pipeline()
Dradv_meta_fast_clear.c202 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE, in create_pipeline()
Dradv_meta_resolve.c210 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE, in create_pipeline()
/external/deqp/modules/gles2/performance/
Des2pStateChangeTests.cpp403 gl.frontFace(GL_CW); in init()
943 gl.frontFace(GL_CCW); in init()
945 gl.frontFace(GL_CW); in init()
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js395 ctx.frontFace(ctx.CCW);
/external/deqp/modules/gles3/performance/
Des3pStateChangeTests.cpp403 gl.frontFace(GL_CW); in init()
1027 gl.frontFace(GL_CCW); in init()
1029 gl.frontFace(GL_CW); in init()

1234