Home
last modified time | relevance | path

Searched defs:kUniforms (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/tests/
H A DRasterPipelineCodeGeneratorTest.cpp145 static constexpr float kUniforms[] = {0.0, 1.0, 0.0, 1.0, in DEF_TEST() local
162 static constexpr float kUniforms[] = {0.0, 1.0, 0.0, 1.0, in DEF_TEST() local
188 static constexpr int32_t kUniforms[] = { 0, 12, 3456, 4567890, in DEF_TEST() local
/aosp_15_r20/external/skia/tests/graphite/
H A DPipelineDataCacheTest.cpp26 [[maybe_unused]] static constexpr Uniform kUniforms[] = {{"data", SkSLType::kFloat4}}; in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
/aosp_15_r20/external/skia/tests/graphite/precompile/
H A DPaintParamsKeyTest.cpp676 static const float kUniforms[4] = { 50.0f, 50.0f, 40.0f, 50.0f }; in create_runtime_shader() local
1035 const float kUniforms[] = { 1.0f }; in combo_blender() local
1137 const float kUniforms[] = { 0.5f }; in combo_colorfilter() local
/aosp_15_r20/external/skia/src/gpu/ganesh/glsl/
H A DGrGLSLShaderBuilder.h257 kUniforms, enumerator