Home
last modified time | relevance | path

Searched defs:floats (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/modules/canvaskit/
Drt_shader.js18 CanvasKit.RuntimeEffect.prototype.makeShader = function(floats, isOpaque, localMatrix) { argument
28 …CanvasKit.RuntimeEffect.prototype.makeShaderWithChildren = function(floats, isOpaque, childrenShad… argument
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmore_defaults_generated.swift46 …public func floats(at index: Int32) -> Float32 { let o = _accessor.offset(VTOFFSET.floats.v); retu… in floats() function
47 public var floats: [Float32] { return _accessor.getVector(at: VTOFFSET.floats.v) ?? [] } variable
126 public var floats: [Float32] variable
/third_party/flutter/skia/tests/
DF16StagesTest.cpp14 float floats[16] = { in DEF_TEST() local
/third_party/skia/tests/
DF16StagesTest.cpp14 float floats[16] = { in DEF_TEST() local
DSkVMTest.cpp2331 float floats[4*63]; in DEF_TEST() local
/third_party/pulseaudio/src/tests/
Dcpu-sconv-test.c47 float *floats; in run_conv_test_float_to_s16() local
98 float *floats, *floats_ref; in run_conv_test_s16_to_float() local
/third_party/flatbuffers/tests/
Dmore_defaults_generated.rs141 let floats = { in unpack() localVariable
182 pub fn floats(&self) -> flatbuffers::Vector<'a, f32> { in floats() method
222 pub floats: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, f32>>>, field
301 pub floats: Vec<f32>, field
328 let floats = Some({ in pack() localVariable
DJavaTest.java892 float[] floats = new float[]{5.5f, 124.124f, 118.118f, -1.1f}; in testSingleFixedTypeVector() local
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgen-invalid-implicit-conversions.py93 floats = ['float', 'vec2', 'vec3', 'vec4'] variable
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgen-invalid-implicit-conversions.py98 floats = ['float', 'vec2', 'vec3', 'vec4'] variable
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DUniformTest.cpp97 std::vector<GLfloat> floats(2, 0); in TEST_P() local
121 std::vector<GLfloat> floats(3, 0); in TEST_P() local
145 std::vector<GLfloat> floats(4, 0); in TEST_P() local
169 std::vector<GLfloat> floats(4, 0); in TEST_P() local
193 std::vector<GLfloat> floats(9, 0); in TEST_P() local
218 std::vector<GLfloat> floats(16, 0); in TEST_P() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DUniformTest.cpp97 std::vector<GLfloat> floats(2, 0); in TEST_P() local
121 std::vector<GLfloat> floats(3, 0); in TEST_P() local
145 std::vector<GLfloat> floats(4, 0); in TEST_P() local
169 std::vector<GLfloat> floats(4, 0); in TEST_P() local
193 std::vector<GLfloat> floats(9, 0); in TEST_P() local
218 std::vector<GLfloat> floats(16, 0); in TEST_P() local
/third_party/ltp/tools/sparse/sparse-src/validation/
Dcompound-sizes.c58 static float floats[42]; variable
/third_party/rust/crates/syn/tests/
Dtest_lit.rs180 fn floats() { in floats() function
/third_party/flutter/skia/src/gpu/gl/
DGrGLPathRendering.cpp35 static void verify_floats(const float* floats, int count) { in verify_floats()
DGrGLPath.cpp83 inline void verify_floats(const float* floats, int count) { in verify_floats()
/third_party/mesa3d/src/util/tests/
Dxmlconfig.cpp91 TEST_F(xmlconfig_test, floats) in TEST_F() argument
/third_party/icu/icu4c/source/test/letest/
Dgendata.cpp123 void dumpFloats(FILE *file, const char *tag, float *floats, le_int32 count) { in dumpFloats()
/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.c584 float *floats = data; in pan_inline_blend_constants() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cGPUShader5Tests.cpp860 static const glw::GLfloat floats[4] = { -1.0f, -1234.0f, 1.0f, 1234.0f }; in iterate() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc560 void TestWithMultipleFormatsHelper(const std::vector<Floating> &floats, in TestWithMultipleFormatsHelper()
632 std::vector<float> floats = {0.0f, in TEST_F() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dnumbers_test.cc938 std::set<float> floats = {3.4028234e38f}; in ExhaustiveFloat() local