tree: 158447c1e97cb2ef2d2177f68bfa07498d79ed9f
  1. ordering/
  2. airplane.jpg
  3. all_supported_uniforms.frag
  4. array.frag
  5. array.vert
  6. array_assignment.frag
  7. array_initialization_without_initializer.frag
  8. array_initializer_with_constants.frag
  9. array_initializer_with_variables.frag
  10. baby.frag
  11. baby.vert
  12. bay_bridge.jpg
  13. blend_mode_dst.png
  14. blend_mode_src.png
  15. blue_noise.png
  16. boston.jpg
  17. box_fade.frag
  18. box_fade.vert
  19. BUILD.gn
  20. check_gles_definition.frag
  21. check_gles_unflipped_definition.frag
  22. colors.frag
  23. colors.vert
  24. dart_tests.dart
  25. embarcadero.jpg
  26. flutter_gpu_instanced.frag
  27. flutter_gpu_instanced.vert
  28. flutter_gpu_optimized_out_sampler.frag
  29. flutter_gpu_texture.frag
  30. flutter_gpu_texture.vert
  31. flutter_gpu_unlit.frag
  32. flutter_gpu_unlit.vert
  33. flutter_gpu_unlit_alt_instance.frag
  34. flutter_gpu_unlit_reload.frag
  35. golden_paths.h
  36. gradient.frag
  37. half.frag
  38. impeller.frag
  39. impeller.vert
  40. inactive_uniforms.frag
  41. inactive_uniforms.vert
  42. ink_sparkle.frag
  43. instanced_attributes.frag
  44. instanced_attributes.vert
  45. instanced_draw.frag
  46. instanced_draw.vert
  47. interop_runtime_stage_cs.frag
  48. kalimba.jpg
  49. mat2_test.frag
  50. mipmaps.frag
  51. mipmaps.vert
  52. monkey.png
  53. multiple_stages.hlsl
  54. nine_patch2.png
  55. nine_patch_corners.png
  56. planet.frag
  57. planet.vert
  58. README.md
  59. resources_limit.vert
  60. runtime_stage_border.frag
  61. runtime_stage_example.frag
  62. runtime_stage_filter_circle.frag
  63. runtime_stage_filter_example.frag
  64. runtime_stage_filter_warp.frag
  65. runtime_stage_position.frag
  66. runtime_stage_simple.frag
  67. runtime_stage_simple_no_sksl.frag
  68. runtime_stage_vector_array.frag
  69. sa%m#ple.vert
  70. sample.comp
  71. sample.frag
  72. sample.vert
  73. sample_with_binding.vert
  74. sample_with_positioned_uniforms.frag
  75. sample_with_uniforms.frag
  76. sepia.frag
  77. sepia.vert
  78. simple.vert
  79. simple.vert.hlsl
  80. spec_constant.frag
  81. spec_constant.vert
  82. stage1.comp
  83. stage2.comp
  84. struct_def_bug.vert
  85. struct_internal.frag
  86. swizzle.frag
  87. table_mountain_nx.png
  88. table_mountain_ny.png
  89. table_mountain_nz.png
  90. table_mountain_px.png
  91. table_mountain_py.png
  92. table_mountain_pz.png
  93. test_texture.frag
  94. test_texture.vert
  95. texture.frag
  96. texture.vert
  97. texture_lookup.frag
  98. types.h
  99. uniforms_and_sampler_1.frag
  100. uniforms_and_sampler_2.frag
  101. wtf.otf
  102. y_flip_early_return.vert
engine/src/flutter/impeller/fixtures/README.md

The Impeller Fixtures Set

Unlike other targets in the buildroot, all Impeller unit-tests use the same fixture set and are invoked using a single test harness (impeller_unittest). This is for convenience but also to make working with shader libraries easier.