/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | PluralSamples.java | 64 final int MAX_SAMPLES = 3; in PluralSamples() local 78 …keywordsRemaining = addSimpleSamples(pluralRules, MAX_SAMPLES, sampleMap, keywordsRemaining, i / 2… in PluralSamples() 81 …keywordsRemaining = addSimpleSamples(pluralRules, MAX_SAMPLES, sampleMap, keywordsRemaining, 10000… in PluralSamples() 145 …private int addSimpleSamples(PluralRules pluralRules, final int MAX_SAMPLES, Map<String, List<Doub… in addSimpleSamples() argument 152 list = new ArrayList<Double>(MAX_SAMPLES); in addSimpleSamples() 154 } else if (!keyIsLimited && list.size() == MAX_SAMPLES) { in addSimpleSamples() 159 if (!keyIsLimited && list.size() == MAX_SAMPLES) { in addSimpleSamples()
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_internalformat_query.txt | 118 than MAX_SAMPLES". 130 of MAX_SAMPLES, then the error INVALID_VALUE is generated. If 197 - The value of GetIntegerv(MAX_SAMPLES). 227 MAX_DEPTH_TEXTURE_SAMPLES, MAX_INTEGER_SAMPLES and MAX_SAMPLES. 253 GetIntegerv(MAX_SAMPLES). 283 …MAX_SAMPLES Z+ GetIntegerv 4 Maximum number of samples sup… 344 4.4. Query MAX_SAMPLES and check that it matches the first value 346 4.5. Check that MAX_SAMPLES is at least the lower bound computed 347 from MAX_SAMPLES, MAX_INTEGER_SAMPLES, MAX_COLOR_TEXTURE_SAMPLES 350 ceil(MAX_SAMPLES / 32). [all …]
|
D | ARB_texture_multisample.txt | 245 of MAX_SAMPLES. An OUT_OF_MEMORY error is generated if the GL is unable 358 MAX_SAMPLES, then the error INVALID_VALUE is generated. If 367 required formats with up to the value of MAX_SAMPLES multisamples, 476 MAX_SAMPLES. 481 MAX_SAMPLES.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_internalformat_query.txt | 108 than MAX_SAMPLES". 120 of MAX_SAMPLES, then the error INVALID_VALUE is generated. If 187 - The value of GetIntegerv(MAX_SAMPLES). 217 MAX_DEPTH_TEXTURE_SAMPLES, MAX_INTEGER_SAMPLES and MAX_SAMPLES. 243 GetIntegerv(MAX_SAMPLES). 273 …MAX_SAMPLES Z+ GetIntegerv 4 Maximum number of samples sup… 334 4.4. Query MAX_SAMPLES and check that it matches the first value 336 4.5. Check that MAX_SAMPLES is at least the lower bound computed 337 from MAX_SAMPLES, MAX_INTEGER_SAMPLES, MAX_COLOR_TEXTURE_SAMPLES 340 ceil(MAX_SAMPLES / 32). [all …]
|
D | ARB_texture_multisample.txt | 235 of MAX_SAMPLES. An OUT_OF_MEMORY error is generated if the GL is unable 348 MAX_SAMPLES, then the error INVALID_VALUE is generated. If 357 required formats with up to the value of MAX_SAMPLES multisamples, 466 MAX_SAMPLES. 471 MAX_SAMPLES.
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_render_shared_exponent.txt | 96 * A value less than or equal to the value of MAX_SAMPLES, if internalformat is 99 * A value less than or equal to the value of MAX_SAMPLES, if internalformat is
|
/third_party/ltp/lib/ |
D | tst_timer_test.c | 17 #define MAX_SAMPLES 500 macro 377 samples = SAFE_MALLOC(sizeof(long long) * MAX(MAX_SAMPLES, sample_cnt)); in timer_setup()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cSampleShadingTests.cpp | 193 MAX_SAMPLES = 4, enumerator 266 GLint samples = de::min<GLint>(maxSamples, MAX_SAMPLES); in iterate()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_sample_variables.txt | 123 the value of MAX_SAMPLES, the maximum number of color samples supported 155 gl_MaxSamples is the value of MAX_SAMPLES, the maximum number of 374 in the implementation. <s> is thus the equivalent of MAX_SAMPLES
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_color_buffer_float.txt | 305 value in SAMPLES may be less than the value of MAX_SAMPLES." 315 o The value may be less than the value of MAX_SAMPLES if
|
D | EXT_framebuffer_multisample.txt | 547 MAX_SAMPLES. 606 - added language describing MAX_SAMPLES query 608 with INVALID_VALUE if <samples> is greater than MAX_SAMPLES
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_color_buffer_float.txt | 305 value in SAMPLES may be less than the value of MAX_SAMPLES." 315 o The value may be less than the value of MAX_SAMPLES if
|
D | EXT_shader_samples_identical.txt | 63 for (int i = 1; i < MAX_SAMPLES; i++) {
|
D | EXT_framebuffer_multisample.txt | 547 MAX_SAMPLES. 606 - added language describing MAX_SAMPLES query 608 with INVALID_VALUE if <samples> is greater than MAX_SAMPLES
|
/third_party/openGLES/extensions/OES/ |
D | OES_sample_variables.txt | 133 the value of MAX_SAMPLES, the maximum number of color samples supported 163 gl_MaxSamples is the value of MAX_SAMPLES, the maximum number of 382 in the implementation. <s> is thus the equivalent of MAX_SAMPLES
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcSampleVariablesTests.cpp | 201 MAX_SAMPLES = 4, enumerator 559 MAX_SAMPLES = 8, enumerator
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cES31CompatibilitySampleVariablesTests.cpp | 208 MAX_SAMPLES = 4, enumerator 557 MAX_SAMPLES = 8, enumerator
|
/third_party/mesa3d/docs/_extra/specs/ |
D | EXT_shader_samples_identical.txt | 61 for (int i = 1; i < MAX_SAMPLES; i++) {
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
D | webgl2.js | 218 MAX_SAMPLES: 0x8D57, property
|
/third_party/openGLES/extensions/OVR/ |
D | OVR_multiview_multisampled_render_to_texture.txt | 105 samples is greater than MAX_SAMPLES.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OVR/ |
D | OVR_multiview_multisampled_render_to_texture.txt | 105 samples is greater than MAX_SAMPLES.
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_texture_multisample.txt | 385 required formats with up to the value of MAX_SAMPLES multisamples, 524 TEXTURE_2D_MULTISAMPLE_ANGLE, or the value of MAX_SAMPLES. 535 value of MAX_SAMPLES. If <target> does not support multisample (is not
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.9.rst | 35 - GL_EXT_framebuffer_multisample extension (intel drivers, MAX_SAMPLES
|
/third_party/openGLES/extensions/NV/ |
D | NV_sample_mask_override_coverage.txt | 206 value of MAX_SAMPLES, the maximum number of..."
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_sample_mask_override_coverage.txt | 206 value of MAX_SAMPLES, the maximum number of..."
|