/third_party/vk-gl-cts/android/cts/main/ |
D | egl-master-2022-03-01.txt | 56 dEQP-EGL.functional.image.modify.android_native_rgba4_tex_subimage_rgba8 57 dEQP-EGL.functional.image.modify.android_native_rgba4_tex_subimage_rgba4 58 dEQP-EGL.functional.image.modify.android_native_rgba4_renderbuffer_clear_color 59 dEQP-EGL.functional.image.modify.android_native_rgb5_a1_tex_subimage_rgb5_a1 60 dEQP-EGL.functional.image.modify.android_native_rgb5_a1_renderbuffer_clear_color 61 dEQP-EGL.functional.image.modify.android_native_rgb565_tex_subimage_rgb8 62 dEQP-EGL.functional.image.modify.android_native_rgb565_tex_subimage_rgb565 63 dEQP-EGL.functional.image.modify.android_native_rgb565_renderbuffer_clear_color 64 dEQP-EGL.functional.image.modify.android_native_rgb8_tex_subimage_rgb8 65 dEQP-EGL.functional.image.modify.android_native_rgb8_renderbuffer_clear_color [all …]
|
/third_party/skia/tests/sksl/errors/ |
D | InvalidAssignment.glsl | 4 error: 8: cannot modify immutable variable 'u' 5 error: 9: cannot modify immutable variable 'x' 8 error: 14: cannot modify immutable variable 'l' 9 error: 15: cannot modify immutable variable 'r' 10 error: 16: cannot modify immutable variable 'l' 13 error: 21: cannot modify immutable variable 'x' 14 error: 22: cannot modify immutable variable 'x' 15 error: 23: cannot modify immutable variable 's'
|
/third_party/mesa3d/ohos/ |
D | modifyDtsi.py | 80 modify = Modify(path) variable 98 if(modify.positionSearch("gpu_power_model: power-model",0) == -1): 102 positionInedx1 = modify.positionSearch("gpu: gpu@fde60000",0) 104 positionInedx2 = modify.positionSearch("};",positionInedx1) 105 modify.deleteLines(positionInedx1 + 1, positionInedx2 + 1) 108 modify.addItem(test[i], positionInedx1, i + 1) 110 modify.saveAndClose()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_hue_sat_map.cpp | 138 HSBModify &modify) const in GetDelta() 159 modify.fHueShift = deltas [offset].fHueShift; in GetDelta() 160 modify.fSatScale = deltas [offset].fSatScale; in GetDelta() 161 modify.fValScale = deltas [offset].fValScale; in GetDelta() 170 const HSBModify &modify) in SetDeltaKnownWriteable() argument 191 SafeGetDeltas () [offset] = modify; in SetDeltaKnownWriteable() 199 if (modify.fValScale != 1.0f) in SetDeltaKnownWriteable() 228 zeroSatModify.fHueShift = modify.fHueShift; in SetDeltaKnownWriteable() 229 zeroSatModify.fSatScale = modify.fSatScale; in SetDeltaKnownWriteable()
|
D | dng_hue_sat_map.h | 151 HSBModify &modify) const; 165 const HSBModify &modify) in SetDelta() argument 173 modify); in SetDelta() 182 const HSBModify &modify);
|
D | dng_camera_profile.cpp | 383 dng_hue_sat_map::HSBModify modify; in FingerprintHueSatMap() local 385 map.GetDelta (hue, sat, val, modify); in FingerprintHueSatMap() 387 printer.Put_real32 (modify.fHueShift); in FingerprintHueSatMap() 388 printer.Put_real32 (modify.fSatScale); in FingerprintHueSatMap() 389 printer.Put_real32 (modify.fValScale); in FingerprintHueSatMap() 884 dng_hue_sat_map::HSBModify modify; in ReadHueSatMap() local 886 modify.fHueShift = stream.Get_real32 (); in ReadHueSatMap() 887 modify.fSatScale = stream.Get_real32 (); in ReadHueSatMap() 888 modify.fValScale = stream.Get_real32 (); in ReadHueSatMap() 890 hueSatMap.SetDelta (hue, sat, val, modify); in ReadHueSatMap()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | deqp_egl_test_expectations.txt | 122 6277 ANDROID VULKAN : dEQP-EGL.functional.image.modify.android_native_rgb8_renderbuffer_clear_color… 123 6277 ANDROID VULKAN : dEQP-EGL.functional.image.modify.android_native_rgb8_tex_subimage_rgb8 = FAIL 214 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgb565_tex_subimage_rgb565 = FAIL 215 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgb565_tex_subimage_rgb8 = FAIL 216 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgb5_a1_renderbuffer_clear_color = F… 217 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgb5_a1_tex_subimage_rgb5_a1 = FAIL 218 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgba4_tex_subimage_rgba4 = FAIL 219 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgba4_tex_subimage_rgba8 = FAIL 220 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgb565_renderbuffer_clear_color = FA… 221 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_depth16_renderbuffer_clear_depth = F… [all …]
|
/third_party/python/Tools/scripts/ |
D | mailerdaemon.py | 166 def parsedir(dir, modify): argument 189 if modify: 219 if modify: 235 modify = 0 237 modify = 1 241 parsedir(folder, modify) 243 parsedir('/ufs/jack/Mail/errorsinbox', modify)
|
/third_party/python/Lib/test/ |
D | test_devpoll.py | 41 p.modify(rd, select.POLLIN) 110 self.assertRaises(ValueError, devpoll.modify, fd, select.POLLIN) 127 self.assertRaises(ValueError, pollster.modify, 1, -1) 128 self.assertRaises(OverflowError, pollster.modify, 1, 1 << 64) 138 self.assertRaises(OverflowError, pollster.modify, 1, USHRT_MAX + 1)
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.6.x/src/ |
D | egl-test-issues.txt | 22 dEQP-EGL.functional.image.modify.*_rgb5_a1_tex_subimage_rgba8 28 dEQP-EGL.functional.image.modify.tex_rgba4_renderbuffer_clear_color 29 dEQP-EGL.functional.image.modify.renderbuffer_rgba4_renderbuffer_clear_color
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.4.x/src/ |
D | egl-test-issues.txt | 22 dEQP-EGL.functional.image.modify.*_rgb5_a1_tex_subimage_rgba8 28 dEQP-EGL.functional.image.modify.tex_rgba4_renderbuffer_clear_color 29 dEQP-EGL.functional.image.modify.renderbuffer_rgba4_renderbuffer_clear_color
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.5.x/src/ |
D | egl-test-issues.txt | 22 dEQP-EGL.functional.image.modify.*_rgb5_a1_tex_subimage_rgba8 28 dEQP-EGL.functional.image.modify.tex_rgba4_renderbuffer_clear_color 29 dEQP-EGL.functional.image.modify.renderbuffer_rgba4_renderbuffer_clear_color
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/src/ |
D | egl-test-issues.txt | 22 dEQP-EGL.functional.image.modify.*_rgb5_a1_tex_subimage_rgba8 28 dEQP-EGL.functional.image.modify.tex_rgba4_renderbuffer_clear_color 29 dEQP-EGL.functional.image.modify.renderbuffer_rgba4_renderbuffer_clear_color
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/main/src/ |
D | egl-test-issues.txt | 22 dEQP-EGL.functional.image.modify.*_rgb5_a1_tex_subimage_rgba8 28 dEQP-EGL.functional.image.modify.tex_rgba4_renderbuffer_clear_color 29 dEQP-EGL.functional.image.modify.renderbuffer_rgba4_renderbuffer_clear_color
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/master/src/ |
D | egl-test-issues.txt | 22 dEQP-EGL.functional.image.modify.*_rgb5_a1_tex_subimage_rgba8 28 dEQP-EGL.functional.image.modify.tex_rgba4_renderbuffer_clear_color 29 dEQP-EGL.functional.image.modify.renderbuffer_rgba4_renderbuffer_clear_color
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_color_buffer_half_float.txt | 84 (modify Shader Outputs, first paragraph, p. 89) ...These are gl_FragColor 94 (modify second paragraph, p. 91) Each pixel in a color buffer consists of 103 (modify third paragraph, p. 93) ...and all 0's corresponding to all alpha 109 (modify second paragraph, p. 96) Source and destination values are combined 119 (modify fifth paragraph, p. 97) Fixed-point destination (framebuffer) 126 (modify Blend Color section removing the clamp, p. 98) The constant color 160 (modify second paragraph, p. 103, removing clamp of clear color) 174 (modify first paragraph, p 104) ...Only two combinations of format and type 181 (modify "Conversion of RGBA Values", p. 106) The R, G, B, and A values 193 (modify "Final Conversion", p. 106) If type is not FLOAT or HALF_FLOAT_OES, [all …]
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_color_buffer_half_float.txt | 84 (modify Shader Outputs, first paragraph, p. 89) ...These are gl_FragColor 94 (modify second paragraph, p. 91) Each pixel in a color buffer consists of 103 (modify third paragraph, p. 93) ...and all 0's corresponding to all alpha 109 (modify second paragraph, p. 96) Source and destination values are combined 119 (modify fifth paragraph, p. 97) Fixed-point destination (framebuffer) 126 (modify Blend Color section removing the clamp, p. 98) The constant color 160 (modify second paragraph, p. 103, removing clamp of clear color) 174 (modify first paragraph, p 104) ...Only two combinations of format and type 181 (modify "Conversion of RGBA Values", p. 106) The R, G, B, and A values 193 (modify "Final Conversion", p. 106) If type is not FLOAT or HALF_FLOAT_OES, [all …]
|
/third_party/glslang/Test/ |
D | hlsl.rw.swizzle.frag | 14 rwtx[tc2].zyx = 2; // full swizzle, modify op 20 // buf[tc].yz += 43; // partial swizzle, modify op 25 // buf[tc].y += 45; // single index, modify op
|
/third_party/vk-gl-cts/doc/testspecs/GL3/ |
D | functional.texture_buffers.txt | 52 Modifying tests create a texture buffer object, modify it and render it to the 55 Modify render tests will create texture buffer object, modify it and render it 58 Render modify tests will create a tests buffer object render it to default 59 framebuffer, modify it and render it again to default framebuffer as fragment
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.texture_buffers.txt | 55 Modifying tests create a texture buffer object, modify it and render it to the 58 Modify render tests will create texture buffer object, modify it and render it 61 Render modify tests will create a tests buffer object render it to default 62 framebuffer, modify it and render it again to default framebuffer as fragment
|
/third_party/vk-gl-cts/android/cts/main/src/ |
D | egl-test-issues.txt | 22 dEQP-EGL.functional.image.modify.*_rgb5_a1_tex_subimage_rgba8 28 dEQP-EGL.functional.image.modify.tex_rgba4_renderbuffer_clear_color 29 dEQP-EGL.functional.image.modify.renderbuffer_rgba4_renderbuffer_clear_color
|
/third_party/vk-gl-cts/android/cts/master/src/ |
D | egl-test-issues.txt | 22 dEQP-EGL.functional.image.modify.*_rgb5_a1_tex_subimage_rgba8 28 dEQP-EGL.functional.image.modify.tex_rgba4_renderbuffer_clear_color 29 dEQP-EGL.functional.image.modify.renderbuffer_rgba4_renderbuffer_clear_color
|
/third_party/skia/tools/android/ |
D | upload_to_android.py | 115 def modify(self): member in Modifier 126 def modify(self): member in FetchModifier 174 def modify(self): member in AndroidLegacyFlagModifier 214 modifier.modify()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
D | APPLE_float_pixels.txt | 330 (modify Table 2.2, p. 9) -- add new row 340 (modify Table 2.9, p. 59) Add new row to the table: 351 (modify next-to-last paragraph, p.136, "Final Conversion") ... For 362 (modify second paragraph, p. 151) The selected groups are processed 369 (modify the second paragraph, p. 152) The internal component resolution 421 (modify last paragraph, p. 174) ... If the texture contains color 467 (modify third paragraph, p. 183, removing clamping language) 479 (modify seventh paragraph of p. 183) ... ALPHA_SCALE, respectively. 486 (modify second paragraph) ... the A component of c_sec is unused. 493 (modify fourth paragraph, p. 192, removing clamping language) ...If [all …]
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_float_pixels.txt | 330 (modify Table 2.2, p. 9) -- add new row 340 (modify Table 2.9, p. 59) Add new row to the table: 351 (modify next-to-last paragraph, p.136, "Final Conversion") ... For 362 (modify second paragraph, p. 151) The selected groups are processed 369 (modify the second paragraph, p. 152) The internal component resolution 421 (modify last paragraph, p. 174) ... If the texture contains color 467 (modify third paragraph, p. 183, removing clamping language) 479 (modify seventh paragraph of p. 183) ... ALPHA_SCALE, respectively. 486 (modify second paragraph) ... the A component of c_sec is unused. 493 (modify fourth paragraph, p. 192, removing clamping language) ...If [all …]
|