Searched refs:frontFace (Results 1 - 25 of 86) sorted by relevance

1234

/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/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.h70 sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace);
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);
/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dutilities.h70 sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace);
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);
/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/synchronization/
H A DvktSynchronizationUtil.hpp135 GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; return *this; } argument
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl54 gl->frontFace = &glFrontFace;
H A DglwInitES20.inl54 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
H A DglwInitES30Direct.inl85 gl->frontFace = &glFrontFace;
H A DglwInitES31Direct.inl96 gl->frontFace = &glFrontFace;
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderWinding.cpp206 gl.frontFace(windingTaken[windingIndex]);
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.h99 sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace);
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);
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp119 GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; return *this; } argument
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl96 dst->frontFace = src.frontFace;
/external/mesa3d/src/amd/vulkan/
H A Dradv_meta_blit.c824 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE
1001 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE
1180 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE
H A Dradv_meta_blit2d.c809 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE
962 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE
1115 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE
H A Dradv_meta_decompress.c190 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE,
H A Dradv_meta_fast_clear.c202 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE,
/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js146 'frontFace': {1: { 0:true }},
395 ctx.frontFace(ctx.CCW);
/external/deqp/modules/gles2/performance/
H A Des2pStateChangeTests.cpp403 gl.frontFace(GL_CW);
943 gl.frontFace(GL_CCW);
945 gl.frontFace(GL_CW);
/external/deqp/modules/gles3/performance/
H A Des3pStateChangeTests.cpp403 gl.frontFace(GL_CW);
1027 gl.frontFace(GL_CCW);
1029 gl.frontFace(GL_CW);

Completed in 512 milliseconds

1234