Home
last modified time | relevance | path

Searched defs:u1 (Results 1 – 25 of 119) sorted by relevance

12345

/third_party/mesa3d/src/glx/
Drender2.c44 __indirect_glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, in __indirect_glMap1d()
111 __indirect_glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, in __indirect_glMap1f()
174 __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustr, in __indirect_glMap2d()
252 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustr, in __indirect_glMap2f()
/third_party/mesa3d/src/mesa/main/
Deval.c304 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, in map1()
370 _mesa_Map1f( GLenum target, GLfloat u1, GLfloat u2, GLint stride, in _mesa_Map1f()
378 _mesa_Map1d( GLenum target, GLdouble u1, GLdouble u2, GLint stride, in _mesa_Map1d()
386 map2( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, in map2()
470 GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, in _mesa_Map2f()
481 GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, in _mesa_Map2d()
766 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ) in _mesa_MapGrid1f()
784 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ) in _mesa_MapGrid1d()
791 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, in _mesa_MapGrid2f()
819 _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2, in _mesa_MapGrid2d()
/third_party/typescript/tests/cases/compiler/
DreadonlyInDeclarationFile.ts29 private static get u1() { return 1 } method in C
30 private static set u1(value) { } method in C
/third_party/ltp/testcases/kernel/fs/fs-bench/
Dboxmuler.c8 double u1, u2, z; in box_muler() local
/third_party/typescript/tests/baselines/reference/
DtypeParameterFixingWithContextSensitiveArguments3.js11 function f(t1, u1, pf1, pf2) { return [t1, pf2(t1)]; } argument
DtypeParameterFixingWithContextSensitiveArguments5.js11 function f(t1, u1, pf1, pf2) { return [t1, pf2(t1)]; } argument
DreadonlyInDeclarationFile.js27 private static get u1() { return 1 } getter in C
28 private static set u1(value) { } setter in C
DlogicalAndOperatorStrictMode.js56 const u1 = u && a; constant
132 var u1 = u && a; variable
/third_party/ltp/testcases/kernel/syscalls/syscall/
Dsyscall01.c37 uid_t u1, u2; in verify_getuid() local
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/import_alias_declarations/
Dimport_alias_declarations_2.ts52 var u1: U = { times: 5 }; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/union_types/
Dunion_types_3.ts56 let u1: ClassU1 | ClassU2 = { size: 7, description: "A", alive: false }; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.0/short_circuiting_assignment_operators/
Dshort_circuiting_assignment_operators_1.ts73 let u1 = u ?? v; variable
/third_party/ffmpeg/tests/checkasm/
Dv210dec.c60 uint16_t u1[NUM_SAMPLES/4]; in checkasm_check_v210dec() local
/third_party/python/Modules/_decimal/libmpdec/
Ddifradix2.c83 mpd_uint_t u0, u1, v0, v1; in fnt_dif2() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dpool_urbg_test.cc95 E u1 = e; in TYPED_TEST() local
/third_party/gstreamer/gstplugins_good/gst/videofilter/
Dgstvideobalance.c212 guint8 u1, v1; in gst_video_balance_planar_yuv() local
269 guint8 u1, v1; in gst_video_balance_semiplanar_yuv() local
324 guint8 u1, v1; in gst_video_balance_packed_yuv() local
/third_party/flutter/skia/tests/
DSkUTFTest.cpp46 SkUnichar u1 = SkUTF::NextUTF8(&p, stop); in DEF_TEST() local
/third_party/skia/tests/
DSkUTFTest.cpp46 SkUnichar u1 = SkUTF::NextUTF8(&p, stop); in DEF_TEST() local
/third_party/mesa3d/src/util/format/
Du_format_yuv.c595 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_uyvy_pack_rgba_float() local
648 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_uyvy_pack_rgba_8unorm() local
817 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_yuyv_pack_rgba_float() local
870 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_yuyv_pack_rgba_8unorm() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_stretch.c218 int u1, u2; in SDL_SoftStretch() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DSwapChain9.cpp330 float u1 = x / float(mWidth); in swapRect() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DSwapChain9.cpp330 float u1 = x / float(mWidth); in swapRect() local
/third_party/openssl/crypto/dsa/
Ddsa_ossl.c322 BIGNUM *u1, *u2, *t1; in dsa_do_verify() local
/third_party/flutter/skia/src/gpu/text/
DGrTextBlobVertexRegenerator.cpp50 uint16_t u0, v0, u1, v1; in regen_texcoords() local
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/logicalAndOperator/
DlogicalAndOperatorStrictMode.ts57 const u1 = u && a; constant

12345