Home
last modified time | relevance | path

Searched refs:facing (Results 1 – 25 of 37) sorted by relevance

12

/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_tritmp.h121 GLuint facing = 0; in TAG() local
140 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit; in TAG()
143 if (facing) { in TAG()
158 if (DO_TWOSIDE && facing == 1) { in TAG()
266 SETUP_STENCIL(facing); in TAG()
268 UNSET_STENCIL(facing); in TAG()
279 SETUP_STENCIL(facing); in TAG()
281 UNSET_STENCIL(facing); in TAG()
295 SETUP_STENCIL(facing); in TAG()
297 UNSET_STENCIL(facing); in TAG()
[all …]
/external/mesa3d/src/mesa/swrast_setup/
Dss_tritmp.h42 GLuint facing = 0; in TAG() local
61 facing = (cc < 0.0) ^ ctx->Polygon._FrontBit; in TAG()
64 mode = facing ? ctx->Polygon.BackMode : ctx->Polygon.FrontMode; in TAG()
66 if (facing == 1) { in TAG()
162 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_point_tri); in TAG()
169 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_line_tri); in TAG()
189 if (facing == 1) { in TAG()
Dss_triangle.c112 GLuint facing, in _swsetup_render_tri() argument
125 if (facing == 1 && ctx->Polygon.CullFaceMode != GL_FRONT) in _swsetup_render_tri()
127 if (facing == 0 && ctx->Polygon.CullFaceMode != GL_BACK) in _swsetup_render_tri()
131 _swrast_SetFacing(ctx, facing); in _swsetup_render_tri()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DCameraTest.java188 assertThat(cameraQuery.facing, equalTo(Camera.CameraInfo.CAMERA_FACING_BACK)); in testCameraInfoBackOnly()
200 assertThat( cameraQuery.facing, equalTo(Camera.CameraInfo.CAMERA_FACING_BACK) ); in testCameraInfoBackAndFront()
203 assertThat( cameraQuery.facing, equalTo(Camera.CameraInfo.CAMERA_FACING_FRONT) ); in testCameraInfoBackAndFront()
209 frontCamera.facing = Camera.CameraInfo.CAMERA_FACING_BACK; in addBackCamera()
216 backCamera.facing = Camera.CameraInfo.CAMERA_FACING_FRONT; in addFrontCamera()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowCamera.java105 cameraInfo.facing = foundCam.facing; in getCameraInfo()
/external/mesa3d/src/gallium/docs/source/cso/
Drasterizer.rst89 If set, there are per-vertex back-facing colors. The hardware
98 Indicates whether the window order of front-facing polygons is
103 (cull no polygons), PIPE_FACE_FRONT (cull front-facing polygons),
104 PIPE_FACE_BACK (cull back-facing polygons), or
108 Indicates how to fill front-facing polygons, either
112 Indicates how to fill back-facing polygons, either
Dvelems.rst30 Fog, point size, the facing bit, and edgeflags, all are in the standard format
42 Colors, both front- and back-facing, may omit the alpha component, only using
/external/mesa3d/src/mesa/swrast/
Ds_span.h127 GLuint facing; member
181 (S).facing = 0; \
Ds_points.c107 span.facing = swrast->PointLineFacing; in sprite_point()
280 span.facing = swrast->PointLineFacing; in smooth_point()
383 span.facing = swrast->PointLineFacing; in large_point()
480 span->facing != swrast->PointLineFacing) { in pixel_point()
489 span->facing = swrast->PointLineFacing; in pixel_point()
Dswrast.h175 _swrast_SetFacing(struct gl_context *ctx, GLuint facing);
Ds_context.c675 _swrast_SetFacing(struct gl_context *ctx, GLuint facing) in _swrast_SetFacing() argument
677 SWRAST_CONTEXT(ctx)->PointLineFacing = facing; in _swrast_SetFacing()
797 swrast->PointSpan.facing = 0; in _swrast_CreateContext()
Ds_fragprog.c192 machine->Attribs[FRAG_ATTRIB_FACE][col][0] = 1.0F - span->facing; in init_machine()
Ds_linetemp.h294 span.facing = swrast->PointLineFacing; in NAME()
Ds_aalinetemp.h131 line.span.facing = swrast->PointLineFacing; in NAME()
Ds_aatritemp.h110 span.facing = area * swrast->_BackfaceSign > 0.0F;
Ds_stencil.c356 const GLuint face = (span->facing == 0) ? 0 : ctx->Stencil._BackFace; in _swrast_stencil_and_ztest_span()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad.h66 unsigned facing:1; /**< Front (0) or back (1) facing? */ member
Dsp_setup.c92 int facing; member
237 setup->quad[q].input.facing = setup->facing; in flush_spans()
381 setup->facing = in setup_sort_vertices()
386 unsigned face = setup->facing == 0 ? PIPE_FACE_FRONT : PIPE_FACE_BACK; in setup_sort_vertices()
667 setup->coef[fragSlot].a0[0] = setup->facing * -2.0f + 1.0f; in setup_tri_coefficients()
1021 setup->coef[fragSlot].a0[0] = setup->facing * -2.0f + 1.0f; in setup_line_coefficients()
1268 setup->coef[fragSlot].a0[0] = setup->facing * -2.0f + 1.0f; in sp_setup_point()
Dsp_fs_exec.c128 machine->Face = (float) (quad->input.facing * -2 + 1); in exec_run()
/external/skia/site/dev/testing/
Dbuildbot.md15 Externally-facing: http://build.chromium.org/p/client.skia/console
17 Internally-facing: http://chromegw.corp.google.com/i/client.skia/console
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.h67 LLVMValueRef facing,
Dlp_state_fs.c229 LLVMValueRef facing, in generate_fs() argument
329 depth_ptr, facing, in generate_fs()
386 depth_ptr, facing, in generate_fs()
455 LLVMValueRef facing, in generate_fs_loop() argument
568 depth_ptr_i, facing, in generate_fs_loop()
625 depth_ptr_i, facing, in generate_fs_loop()
796 LLVMValueRef facing; in generate_fragment() local
889 facing = LLVMGetParam(function, 3); in generate_fragment()
962 facing, in generate_fragment()
1023 facing, in generate_fragment()
Dlp_state_setup.c66 LLVMValueRef facing; /* boolean */ member
182 LLVMValueRef a0_0 = args->facing; in emit_facing_coef()
218 LLVMValueRef facing = args->facing; in lp_twoside() local
219 …LLVMValueRef front_facing = LLVMBuildICmp(b, LLVMIntEQ, facing, lp_build_const_int32(gallivm, 0), … in lp_twoside()
732 args.facing = LLVMGetParam(variant->function, 3); in generate_setup_variant()
740 lp_build_name(args.facing, "in_facing"); in generate_setup_variant()
Dlp_jit.h150 uint32_t facing,
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.inc92 "not a user-facing flag, used mosly for testing the tools")

12