/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawNegativeViewportHeightTests.cpp | 63 VkFrontFace frontFace; member 228 m_params.frontFace, // frontFace in NegativeViewportHeightTestInstance() 323 const bool isFrontFacing = (triangleFace == m_params.frontFace); in isCulled() 359 const Vec4& color = (m_params.frontFace == VK_FRONT_FACE_CLOCKWISE ? white : gray); in generateReferenceImage() 369 const Vec4& color = (m_params.frontFace == VK_FRONT_FACE_COUNTER_CLOCKWISE ? white : gray); in generateReferenceImage() 447 << "Front face: " << getFrontFaceName(m_params.frontFace) << "\n" in iterate() 520 VkFrontFace frontFace; in populateTestGroup() member 521 } frontFace[] = in populateTestGroup() local 539 for (int ndxFrontFace = 0; ndxFrontFace < DE_LENGTH_OF_ARRAY(frontFace); ++ndxFrontFace) in populateTestGroup() 544 frontFace[ndxFrontFace].frontFace, in populateTestGroup() [all …]
|
/external/skia/samplecode/ |
D | SampleCamera.cpp | 72 bool frontFace = view.dotWithNormal(0, 0, SK_Scalar1) < 0; in onDrawContent() local 73 if (frontFace != fFrontFace) { in onDrawContent() 74 fFrontFace = frontFace; in onDrawContent()
|
/external/skqp/samplecode/ |
D | SampleCamera.cpp | 72 bool frontFace = view.dotWithNormal(0, 0, SK_Scalar1) < 0; in onDrawContent() local 73 if (frontFace != fFrontFace) { in onDrawContent() 74 fFrontFace = frontFace; in onDrawContent()
|
/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/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);
|
D | Context.cpp | 60 mState.frontFace = GL_CCW; in Context() 387 if(mState.frontFace != front) in setFrontFace() 389 mState.frontFace = front; in setFrontFace() 1327 case GL_FRONT_FACE: *params = mState.frontFace; break; in getIntegerv() 1784 bool frontFaceCCW = (mState.frontFace == GL_CCW); in applyState() 1788 device->setCullMode(es2sw::ConvertCullMode(mState.cullMode, mState.frontFace), frontFaceCCW); in applyState()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.h | 102 sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace);
|
D | utilities.cpp | 2226 sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace) in ConvertCullMode() argument 2231 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE); in ConvertCullMode() 2233 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE); in ConvertCullMode()
|
D | Context.cpp | 61 mState.frontFace = GL_CCW; in Context() 377 if(mState.frontFace != front) in setFrontFace() 379 mState.frontFace = front; in setFrontFace() 2050 case GL_FRONT_FACE: *params = mState.frontFace; return true; in getIntegerv() 2792 bool frontFaceCCW = (mState.frontFace == GL_CCW); in applyState() 2796 device->setCullMode(es2sw::ConvertCullMode(mState.cullMode, mState.frontFace), frontFaceCCW); in applyState() 2854 if(mState.frontFace == GL_CCW) in applyState()
|
/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/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 54 gl->frontFace = &glFrontFace;
|
D | glwInitES30Direct.inl | 85 gl->frontFace = &glFrontFace;
|
D | glwInitES20.inl | 54 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderWinding.cpp | 206 gl.frontFace(windingTaken[windingIndex]); in iterate()
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 96 dst->frontFace = src.frontFace;
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderBuiltinVarTests.cpp | 629 gl.frontFace(GL_CCW); in iterate() 639 gl.frontFace(GL_CW); in iterate()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 801 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE in radv_device_init_meta_blit_color() 960 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE in radv_device_init_meta_blit_depth() 1121 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE in radv_device_init_meta_blit_stencil()
|
D | radv_meta_blit2d.c | 764 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE in blit2d_init_color_pipeline() 926 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE in blit2d_init_depth_only_pipeline() 1088 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE in blit2d_init_stencil_only_pipeline()
|
D | radv_meta_decompress.c | 155 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE, in create_pipeline()
|
/external/swiftshader/src/Vulkan/ |
D | VkPipeline.cpp | 287 context.frontFacingCCW = rasterizationState->frontFace == VK_FRONT_FACE_COUNTER_CLOCKWISE; in GraphicsPipeline()
|
/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()
|