/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawNegativeViewportHeightTests.cpp | 62 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/ |
D | SampleCamera.cpp | 74 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/ |
D | SampleCamera.cpp | 74 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/ |
D | utilities.cpp | 574 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()
|
D | utilities.h | 70 sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace);
|
D | Context.cpp | 59 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/ |
D | utilities.cpp | 677 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()
|
D | utilities.h | 70 sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace);
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryTestsUtil.hpp | 124 …sPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; re… in setFrontFace() argument
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationUtil.hpp | 135 …sPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; re… in setFrontFace() argument
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.h | 99 sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace);
|
D | utilities.cpp | 1995 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/ |
D | vktTessellationUtil.hpp | 119 …sPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; re… in setFrontFace() argument
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderWinding.cpp | 206 gl.frontFace(windingTaken[windingIndex]); in iterate()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 54 gl->frontFace = &glFrontFace;
|
D | glwInitES30Direct.inl | 85 gl->frontFace = &glFrontFace;
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 96 dst->frontFace = src.frontFace;
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit2d.c | 809 .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()
|
D | radv_meta_blit.c | 824 .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()
|
D | radv_meta_decompress.c | 190 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE, in create_pipeline()
|
D | radv_meta_fast_clear.c | 202 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE, in create_pipeline()
|
D | radv_meta_resolve.c | 210 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE, in create_pipeline()
|
/external/deqp/modules/gles2/performance/ |
D | es2pStateChangeTests.cpp | 403 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/ |
D | webgl-debug.js | 395 ctx.frontFace(ctx.CCW);
|
/external/deqp/modules/gles3/performance/ |
D | es3pStateChangeTests.cpp | 403 gl.frontFace(GL_CW); in init() 1027 gl.frontFace(GL_CCW); in init() 1029 gl.frontFace(GL_CW); in init()
|