/third_party/vk-gl-cts/modules/gles2/accuracy/ |
D | BUILD.gn | 14 # deqp-gles2-accuracy build 26 "//third_party/vk-gl-cts/modules/gles2/accuracy/es2aAccuracyTests.cpp", 27 "//third_party/vk-gl-cts/modules/gles2/accuracy/es2aAccuracyTests.hpp", 28 "//third_party/vk-gl-cts/modules/gles2/accuracy/es2aTextureFilteringTests.cpp", 29 "//third_party/vk-gl-cts/modules/gles2/accuracy/es2aTextureFilteringTests.hpp", 30 "//third_party/vk-gl-cts/modules/gles2/accuracy/es2aTextureMipmapTests.cpp", 31 "//third_party/vk-gl-cts/modules/gles2/accuracy/es2aTextureMipmapTests.hpp", 32 "//third_party/vk-gl-cts/modules/gles2/accuracy/es2aVaryingInterpolationTests.cpp", 33 "//third_party/vk-gl-cts/modules/gles2/accuracy/es2aVaryingInterpolationTests.hpp", 37 "//third_party/vk-gl-cts/modules/gles2/accuracy", [all …]
|
D | CMakeLists.txt | 1 # dEQP-GLES2.accuracy 16 add_library(deqp-gles2-accuracy STATIC ${DEQP_GLES2_ACCURACY_SRCS}) 17 target_link_libraries(deqp-gles2-accuracy deqp-gl-shared glutil tcutil ${DEQP_GLES2_LIBRARIES})
|
/third_party/skia/src/core/ |
D | SkAnalyticEdge.cpp | 232 const int accuracy = kDefaultAccuracy; in setLine() local 234 SkFixed x0 = SkFDot6ToFixed(SkScalarRoundToFDot6(p0.fX, accuracy)) >> accuracy; in setLine() 235 SkFixed y0 = SnapY(SkFDot6ToFixed(SkScalarRoundToFDot6(p0.fY, accuracy)) >> accuracy); in setLine() 236 SkFixed x1 = SkFDot6ToFixed(SkScalarRoundToFDot6(p1.fX, accuracy)) >> accuracy; in setLine() 237 SkFixed y1 = SnapY(SkFDot6ToFixed(SkScalarRoundToFDot6(p1.fY, accuracy)) >> accuracy); in setLine() 240 SkFixed x0 = SkFDot6ToFixed(SkScalarToFDot6(p0.fX * multiplier)) >> accuracy; in setLine() 241 SkFixed y0 = SnapY(SkFDot6ToFixed(SkScalarToFDot6(p0.fY * multiplier)) >> accuracy); in setLine() 242 SkFixed x1 = SkFDot6ToFixed(SkScalarToFDot6(p1.fX * multiplier)) >> accuracy; in setLine() 243 SkFixed y1 = SnapY(SkFDot6ToFixed(SkScalarToFDot6(p1.fY * multiplier)) >> accuracy); in setLine()
|
D | SkAnalyticEdge.h | 52 const int accuracy = kDefaultAccuracy; in SnapY() local 54 return ((unsigned)y + (SK_Fixed1 >> (accuracy + 1))) >> (16 - accuracy) << (16 - accuracy); in SnapY()
|
/third_party/vk-gl-cts/modules/gles3/accuracy/ |
D | BUILD.gn | 14 # deqp-gles3-accuracy build 26 "//third_party/vk-gl-cts/modules/gles3/accuracy/es3aAccuracyTests.cpp", 27 "//third_party/vk-gl-cts/modules/gles3/accuracy/es3aTextureFilteringTests.cpp", 28 "//third_party/vk-gl-cts/modules/gles3/accuracy/es3aTextureMipmapTests.cpp", 29 "//third_party/vk-gl-cts/modules/gles3/accuracy/es3aVaryingInterpolationTests.cpp", 34 "//third_party/vk-gl-cts/modules/gles3/accuracy", 47 ohos_static_library("libdeqp-gles3-accuracy") {
|
D | CMakeLists.txt | 1 # dEQP-GLES3.accuracy 16 add_library(deqp-gles3-accuracy STATIC ${DEQP_GLES3_ACCURACY_SRCS}) 17 target_link_libraries(deqp-gles3-accuracy deqp-gl-shared glutil tcutil ${DEQP_GLES3_LIBRARIES})
|
/third_party/node/deps/openssl/openssl/crypto/ts/ |
D | ts_rsp_utils.c | 152 int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy) in TS_TST_INFO_set_accuracy() argument 156 if (a->accuracy == accuracy) in TS_TST_INFO_set_accuracy() 158 new_accuracy = TS_ACCURACY_dup(accuracy); in TS_TST_INFO_set_accuracy() 163 TS_ACCURACY_free(a->accuracy); in TS_TST_INFO_set_accuracy() 164 a->accuracy = new_accuracy; in TS_TST_INFO_set_accuracy() 170 return a->accuracy; in TS_TST_INFO_get_accuracy()
|
D | ts_rsp_print.c | 25 static int ts_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy); 145 if (a->accuracy == NULL) in TS_TST_INFO_print_bio() 148 ts_ACCURACY_print_bio(bio, a->accuracy); in TS_TST_INFO_print_bio()
|
D | ts_rsp_sign.c | 535 TS_ACCURACY *accuracy = NULL; in ts_RESP_create_tst_info() local 558 && (accuracy = TS_ACCURACY_new()) == NULL) in ts_RESP_create_tst_info() 560 if (ctx->seconds && !TS_ACCURACY_set_seconds(accuracy, ctx->seconds)) in ts_RESP_create_tst_info() 562 if (ctx->millis && !TS_ACCURACY_set_millis(accuracy, ctx->millis)) in ts_RESP_create_tst_info() 564 if (ctx->micros && !TS_ACCURACY_set_micros(accuracy, ctx->micros)) in ts_RESP_create_tst_info() 566 if (accuracy && !TS_TST_INFO_set_accuracy(tst_info, accuracy)) in ts_RESP_create_tst_info() 600 TS_ACCURACY_free(accuracy); in ts_RESP_create_tst_info()
|
/third_party/openssl/crypto/ts/ |
D | ts_rsp_utils.c | 152 int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy) in TS_TST_INFO_set_accuracy() argument 156 if (a->accuracy == accuracy) in TS_TST_INFO_set_accuracy() 158 new_accuracy = TS_ACCURACY_dup(accuracy); in TS_TST_INFO_set_accuracy() 163 TS_ACCURACY_free(a->accuracy); in TS_TST_INFO_set_accuracy() 164 a->accuracy = new_accuracy; in TS_TST_INFO_set_accuracy() 170 return a->accuracy; in TS_TST_INFO_get_accuracy()
|
D | ts_rsp_print.c | 25 static int ts_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy); 145 if (a->accuracy == NULL) in TS_TST_INFO_print_bio() 148 ts_ACCURACY_print_bio(bio, a->accuracy); in TS_TST_INFO_print_bio()
|
D | ts_rsp_sign.c | 535 TS_ACCURACY *accuracy = NULL; in ts_RESP_create_tst_info() local 558 && (accuracy = TS_ACCURACY_new()) == NULL) in ts_RESP_create_tst_info() 560 if (ctx->seconds && !TS_ACCURACY_set_seconds(accuracy, ctx->seconds)) in ts_RESP_create_tst_info() 562 if (ctx->millis && !TS_ACCURACY_set_millis(accuracy, ctx->millis)) in ts_RESP_create_tst_info() 564 if (ctx->micros && !TS_ACCURACY_set_micros(accuracy, ctx->micros)) in ts_RESP_create_tst_info() 566 if (accuracy && !TS_TST_INFO_set_accuracy(tst_info, accuracy)) in ts_RESP_create_tst_info() 600 TS_ACCURACY_free(accuracy); in ts_RESP_create_tst_info()
|
/third_party/vk-gl-cts/modules/gles2/ |
D | CMakeLists.txt | 4 accuracy 13 add_subdirectory(accuracy) 32 deqp-gles2-accuracy
|
D | BUILD.gn | 38 "//third_party/vk-gl-cts/modules/gles2/accuracy", 53 "//third_party/vk-gl-cts/modules/gles2/accuracy:libdeqp-gles2-accuracy",
|
/third_party/vk-gl-cts/modules/gles3/ |
D | CMakeLists.txt | 8 add_subdirectory(accuracy) 14 accuracy 35 deqp-gles3-accuracy
|
D | BUILD.gn | 35 "//third_party/vk-gl-cts/modules/gles3/accuracy", 46 "//third_party/vk-gl-cts/modules/gles3/accuracy:libdeqp-gles3-accuracy",
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/ |
D | UnitsTest.java | 51 double accuracy; 53 … TestCase(String input, String output, BigDecimal value, Measure[] expected, double accuracy) { 58 this.accuracy = accuracy; 67 double accuracy = 0.0; 69 accuracy = this.accuracy; 79 measure.getNumber().doubleValue(), accuracy); 192 double accuracy; 194 …ing inputUnit, String outputUnit, double inputValue, Measure[] expectedMeasures, double accuracy) { 200 this.accuracy = accuracy; 244 testCase.accuracy);
|
/third_party/jsframework/runtime/main/extend/systemplugin/ |
D | geolocation.js | 22 accuracy: '15', property 51 data.accuracy = getRandomArbitrary(14, 18)
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ci/ |
D | d3d12-quick_gl.txt | 2633 spec/ext_framebuffer_multisample/accuracy 16 color: skip 2634 spec/ext_framebuffer_multisample/accuracy 16 color linear: skip 2635 spec/ext_framebuffer_multisample/accuracy 16 color small: skip 2636 spec/ext_framebuffer_multisample/accuracy 16 color small linear: skip 2637 spec/ext_framebuffer_multisample/accuracy 16 depth_draw: skip 2638 spec/ext_framebuffer_multisample/accuracy 16 depth_draw small: skip 2639 spec/ext_framebuffer_multisample/accuracy 16 depth_resolve: skip 2640 spec/ext_framebuffer_multisample/accuracy 16 depth_resolve small: skip 2641 spec/ext_framebuffer_multisample/accuracy 16 srgb: skip 2642 spec/ext_framebuffer_multisample/accuracy 16 srgb depthstencil: fail [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_color_matrix_accuracy.txt | 25 This extension adds an accuracy hint for the color matrix. It 77 accuracy of the color matrix.
|
D | SGIX_convolution_accuracy.txt | 33 This extension adds an accuracy hint for convolution. It 86 modifies the accuracy of the convolution operation.
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_color_matrix_accuracy.txt | 25 This extension adds an accuracy hint for the color matrix. It 77 accuracy of the color matrix.
|
D | SGIX_convolution_accuracy.txt | 33 This extension adds an accuracy hint for convolution. It 86 modifies the accuracy of the convolution operation.
|
/third_party/ffmpeg/libavfilter/ |
D | vf_vidstabdetect.c | 52 …(>=shakiness) 1: low 15: high (slow)", OFFSETC(accuracy), AV_OPT… 122 av_log(ctx, AV_LOG_INFO, " accuracy = %d\n", s->conf.accuracy); in config_input()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ci/ |
D | nouveau-gm206-fails.txt | 487 spec@ext_framebuffer_multisample@accuracy 6 depth_resolve depthstencil,Fail 488 spec@ext_framebuffer_multisample@accuracy 6 depth_resolve small depthstencil,Fail 489 spec@ext_framebuffer_multisample@accuracy 6 stencil_resolve depthstencil,Fail 490 spec@ext_framebuffer_multisample@accuracy 6 stencil_resolve small depthstencil,Fail 491 spec@ext_framebuffer_multisample@accuracy 8 depth_resolve depthstencil,Fail 492 spec@ext_framebuffer_multisample@accuracy 8 depth_resolve small depthstencil,Fail 493 spec@ext_framebuffer_multisample@accuracy 8 stencil_resolve depthstencil,Fail 494 spec@ext_framebuffer_multisample@accuracy 8 stencil_resolve small depthstencil,Fail 495 spec@ext_framebuffer_multisample@accuracy all_samples depth_resolve depthstencil,Fail 496 spec@ext_framebuffer_multisample@accuracy all_samples depth_resolve small depthstencil,Fail [all …]
|