/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_tritmp.h | 121 GLuint facing = 0; in TAG() local 140 facing = AREA_IS_CCW( cc ) ^ _mesa_polygon_get_front_bit(ctx); 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/autotest/server/cros/ |
D | camerabox_utils.py | 75 def __init__(self, test, host, facing): argument 78 self.facing = facing 87 def _filter_camera_profile(self, content, facing): argument 104 cam_id = 0 if facing == 'back' else 1 118 if (facing == 'front') != has_front_camera: 150 'enable_back_camera': self.facing == 'back', 151 'enable_front_camera': self.facing == 'front', 174 new_profile = self._filter_camera_profile(profile, self.facing)
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | CameraEnumerationAndroid.java | 140 String facing = in getDeviceName() local 141 (info.facing == android.hardware.Camera.CameraInfo.CAMERA_FACING_FRONT) ? "front" : "back"; in getDeviceName() 142 return "Camera " + index + ", Facing " + facing in getDeviceName() 213 private static String getNameOfDevice(int facing) { 218 if (info.facing == facing) {
|
D | VideoCapturerAndroid.java | 271 info.facing == android.hardware.Camera.CameraInfo.CAMERA_FACING_FRONT); in switchCamera() 664 if (info.facing == android.hardware.Camera.CameraInfo.CAMERA_FACING_BACK) { in getFrameOrientation() 712 if (info.facing == android.hardware.Camera.CameraInfo.CAMERA_FACING_FRONT) { in onTextureFrameAvailable()
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | ss_tritmp.h | 42 GLuint facing = 0; in TAG() local 61 facing = (cc < 0.0F) ^ _mesa_polygon_get_front_bit(ctx); 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 | 114 GLuint facing, in _swsetup_render_tri() argument 127 if (facing == 1 && ctx->Polygon.CullFaceMode != GL_FRONT) in _swsetup_render_tri() 129 if (facing == 0 && ctx->Polygon.CullFaceMode != GL_BACK) in _swsetup_render_tri() 133 _swrast_SetFacing(ctx, facing); in _swsetup_render_tri()
|
/external/clang/test/Analysis/ |
D | localization-aggressive.m | 89 …[testLabel setText:bar]; // expected-warning {{User-facing text should use localized string macro}} 99 …[bar drawAtPoint:CGPointMake(0, 0) withAttributes:nil]; // expected-warning {{User-facing text sho… 148 …[testLabel setText:@"Hello"]; // expected-warning {{User-facing text should use localized string m… 187 …[testLabel setText:argumentString]; // expected-warning {{User-facing text should use localized st… 198 …alizationTestSuite unLocalizedStringMethod]]; // expected-warning {{User-facing text should use lo… 215 [s setToolTip:bar]; // expected-warning {{User-facing text should use localized string macro}} 221 …[testLabel setAccessibilityLabel:@"UnlocalizedString"]; // expected-warning {{User-facing text sho…
|
D | localization.m | 68 …tText:bar]; // expected-warning {{User-facing text should use localized string macro}} expected-no… 83 …tText:bar]; // expected-warning {{User-facing text should use localized string macro}} expected-no… 109 // Suppress diagnostic about user-facing string constants when the method name 232 // Suppress diagnostic about user-facing string constants when the class name
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowCameraTest.java | 260 assertThat(cameraQuery.facing).isEqualTo(Camera.CameraInfo.CAMERA_FACING_BACK); in testCameraInfoBackOnly() 272 assertThat(cameraQuery.facing).isEqualTo(Camera.CameraInfo.CAMERA_FACING_BACK); in testCameraInfoBackAndFront() 275 assertThat(cameraQuery.facing).isEqualTo(Camera.CameraInfo.CAMERA_FACING_FRONT); in testCameraInfoBackAndFront() 295 backCamera.facing = Camera.CameraInfo.CAMERA_FACING_BACK; in addBackCamera() 302 frontCamera.facing = Camera.CameraInfo.CAMERA_FACING_FRONT; in addFrontCamera()
|
/external/grpc-grpc/src/proto/grpc/status/ |
D | status.proto | 40 // error message should be a developer-facing English message that helps 41 // developers *understand* and *resolve* the error. If a localized user-facing 84 // A developer-facing error message, which should be in English. Any 85 // user-facing error message should be localized and sent in the
|
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/ |
D | CameraActivity.java | 324 final Integer facing = characteristics.get(CameraCharacteristics.LENS_FACING); in chooseCamera() local 325 if (facing != null && facing == CameraCharacteristics.LENS_FACING_FRONT) { in chooseCamera() 339 useCamera2API = (facing == CameraCharacteristics.LENS_FACING_EXTERNAL) in chooseCamera()
|
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/ |
D | CameraActivity.java | 322 final Integer facing = characteristics.get(CameraCharacteristics.LENS_FACING); in chooseCamera() local 323 if (facing != null && facing == CameraCharacteristics.LENS_FACING_FRONT) { in chooseCamera() 337 useCamera2API = (facing == CameraCharacteristics.LENS_FACING_EXTERNAL) in chooseCamera()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_span.h | 127 GLuint facing; member 181 (S).facing = 0; \
|
D | s_points.c | 106 span.facing = swrast->PointLineFacing; in sprite_point() 279 span.facing = swrast->PointLineFacing; in smooth_point() 382 span.facing = swrast->PointLineFacing; in large_point() 479 span->facing != swrast->PointLineFacing) { in pixel_point() 488 span->facing = swrast->PointLineFacing; in pixel_point()
|
/external/mesa3d/src/gallium/docs/source/cso/ |
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
|
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
|
/external/mesa3d/src/intel/isl/ |
D | README | 11 isl's API is independent of any user-facing graphics API, such as OpenGL and 15 Rather than mimic the user-facing APIs, the isl API attempts to reflect Intel 55 to the user-facing API (OpenGL and Vulkan). Physical units are dependent on
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_setup.c | 70 LLVMValueRef facing; /* boolean */ member 135 LLVMValueRef a0_0 = args->facing; in emit_facing_coef() 184 LLVMValueRef facing = args->facing; in lp_twoside() local 185 LLVMValueRef front_facing = LLVMBuildICmp(b, LLVMIntEQ, facing, in lp_twoside() 773 args.facing = LLVMGetParam(variant->function, 3); in generate_setup_variant() 781 lp_build_name(args.facing, "in_facing"); in generate_setup_variant()
|
/external/grpc-grpc/tools/internal_ci/ |
D | README.md | 3 gRPC's externally facing testing is managed by Jenkins CI (see `tools/jenkins`
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad.h | 68 unsigned facing:1; /**< Front (0) or back (1) facing? */ member
|
D | sp_setup.c | 91 int facing; member 238 setup->quad[q].input.facing = setup->facing; in flush_spans() 382 setup->facing = in setup_sort_vertices() 387 unsigned face = setup->facing == 0 ? PIPE_FACE_FRONT : PIPE_FACE_BACK; in setup_sort_vertices() 660 setup->coef[fragSlot].a0[0] = setup->facing * -2.0f + 1.0f; in setup_tri_coefficients() 1043 setup->coef[fragSlot].a0[0] = setup->facing * -2.0f + 1.0f; in setup_line_coefficients() 1318 setup->coef[fragSlot].a0[0] = setup->facing * -2.0f + 1.0f; in sp_setup_point()
|
/external/autotest/client/site_tests/camera_V4L2/src/ |
D | media_v4l2_test.cc | 536 uint32_t facing) { in TestMaximumSupportedResolution() argument 554 if (facing == FACING_FRONT) { in TestMaximumSupportedResolution() 558 } else if (facing == FACING_BACK) { in TestMaximumSupportedResolution() 563 printf("[Error] Undefined facing: %d\n", facing); in TestMaximumSupportedResolution()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_MergeV2Checkpoints.pbtxt | 31 user-facing temporary locations.
|
/external/flatbuffers/docs/source/ |
D | GoApi.md | 25 non-user facing documentation from this file. -->
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowCamera.java | 191 cameraInfo.facing = foundCam.facing; in getCameraInfo()
|