/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_tritmp.h | 121 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/ |
D | ss_tritmp.h | 42 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()
|
D | ss_triangle.c | 112 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/ |
D | CameraTest.java | 188 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/ |
D | ShadowCamera.java | 105 cameraInfo.facing = foundCam.facing; in getCameraInfo()
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | rasterizer.rst | 89 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
|
D | velems.rst | 30 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/ |
D | s_span.h | 127 GLuint facing; member 181 (S).facing = 0; \
|
D | s_points.c | 107 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()
|
D | swrast.h | 175 _swrast_SetFacing(struct gl_context *ctx, GLuint facing);
|
D | s_context.c | 675 _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()
|
D | s_fragprog.c | 192 machine->Attribs[FRAG_ATTRIB_FACE][col][0] = 1.0F - span->facing; in init_machine()
|
D | s_linetemp.h | 294 span.facing = swrast->PointLineFacing; in NAME()
|
D | s_aalinetemp.h | 131 line.span.facing = swrast->PointLineFacing; in NAME()
|
D | s_aatritemp.h | 110 span.facing = area * swrast->_BackfaceSign > 0.0F;
|
D | s_stencil.c | 356 const GLuint face = (span->facing == 0) ? 0 : ctx->Stencil._BackFace; in _swrast_stencil_and_ztest_span()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad.h | 66 unsigned facing:1; /**< Front (0) or back (1) facing? */ member
|
D | sp_setup.c | 92 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()
|
D | sp_fs_exec.c | 128 machine->Face = (float) (quad->input.facing * -2 + 1); in exec_run()
|
/external/skia/site/dev/testing/ |
D | buildbot.md | 15 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/ |
D | lp_bld_depth.h | 67 LLVMValueRef facing,
|
D | lp_state_fs.c | 229 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()
|
D | lp_state_setup.c | 66 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()
|
D | lp_jit.h | 150 uint32_t facing,
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flags.inc | 92 "not a user-facing flag, used mosly for testing the tools")
|