| /third_party/skia/third_party/externals/spirv-tools/test/link/ |
| H A D | matching_imports_to_exports_test.cpp | 407 OpName %3 "param" in TEST_F() 428 OpName %2 "param" in TEST_F() 448 OpName %2 "param" in TEST_F()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES2_autogen.h | 391 GLint param); 477 GLfloat param); 487 GLint param);
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | ValidateLimitations.cpp | 416 // List of param indices for which loop indices are used as argument. in validateFunctionCall() 437 const TParameter& param = function->getParam(*i); in validateFunctionCall() local 438 TQualifier qual = param.type->getQualifier(); in validateFunctionCall()
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | libGLESv2.hpp | 157 void (GL_APIENTRY *glPixelStorei)(GLenum pname, GLint param); 180 void (GL_APIENTRY *glTexParameterf)(GLenum target, GLenum pname, GLfloat param); 182 void (GL_APIENTRY *glTexParameteri)(GLenum target, GLenum pname, GLint param);
|
| /third_party/openssl/doc/man3/ |
| H A D | X509_STORE_CTX_new.pod | 38 void X509_STORE_CTX_set0_param(X509_STORE_CTX *ctx, X509_VERIFY_PARAM *param); 120 to I<param>. After this call B<param> should not be used.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/ |
| H A D | matching_imports_to_exports_test.cpp | 407 OpName %3 "param" in TEST_F() 428 OpName %2 "param" in TEST_F() 448 OpName %2 "param" in TEST_F()
|
| /third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
| H A D | glsc2.h | 409 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param); 423 GL_APICALL void GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param); 425 GL_APICALL void GL_APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param);
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| H A D | ARB_point_sprite.txt | 217 respectively, then the value of <param> or the value pointed to by 241 void TexEnv{if}(enum target, enum pname, T param) 245 possible values for param are FALSE and TRUE. The default value for
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
| H A D | OES_point_sprite.txt | 181 respectively, then the value of <param> or the value pointed 205 void TexEnv{ixf}(enum target, enum pname, T param) 209 possible values for param are FALSE and TRUE. The default value for
|
| H A D | OES_texture_border_clamp.txt | 95 Accepted by the <param> parameter of TexParameteri, TexParameterf, 125 "In the first form of the command, <param> is a value to which to 179 "In the first form of the command, <param> is a value to which to
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/ |
| H A D | SGIS_texture_lod.txt | 134 and <param> set to (or <params> pointing to) the desired value. The 166 TEXTURE_MAX_LOD_SGIS, and <param> set to (or <params> pointing to) the 189 TEXTURE_3D_EXT, <pname> set to TEXTURE_MAX_LEVEL_SGIS, and <param> set
|
| /third_party/pulseaudio/src/modules/rtp/ |
| H A D | rtsp_client.c | 601 int pa_rtsp_setparameter(pa_rtsp_client *c, const char *param) { in pa_rtsp_setparameter() argument 606 if (!param) in pa_rtsp_setparameter() 610 rv = rtsp_exec(c, "SET_PARAMETER", "text/parameters", param, 1, NULL); in pa_rtsp_setparameter()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | CFLSteensAliasAnalysis.cpp | 174 for (auto &Param : Fn.args()) { in FunctionInfo() 175 if (Param.getType()->isPointerTy()) { in FunctionInfo() 176 auto ParamInfo = Sets.find(InstantiatedValue{&Param, 0}); in FunctionInfo()
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | robustness.cc | 52 /// @param expr the array, vector or matrix index expression 203 /// @param type intrinsic type 213 /// @param expr the intrinsic call expression
|
| /third_party/skia/third_party/externals/tint/src/writer/glsl/ |
| H A D | generator_impl_binary_test.cc | 460 Param(Sym(), ty.bool_()), in TEST_F() 461 Param(Sym(), ty.bool_()), in TEST_F() 462 Param(Sym(), ty.bool_()), in TEST_F()
|
| /third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
| H A D | generator_impl_binary_test.cc | 460 Param(Sym(), ty.bool_()), in TEST_F() 461 Param(Sym(), ty.bool_()), in TEST_F() 462 Param(Sym(), ty.bool_()), in TEST_F()
|
| /third_party/skia/third_party/externals/tint/test/bug/tint/ |
| H A D | 943.spvasm.expected.msl | 132 int3 param = 0; 138 param = int3(x_115, x_116, x_117); 139 int const x_120 = getOutputFlatIndex_vi3_(&(param), tint_symbol_14);
|
| H A D | 943.spvasm.expected.wgsl | 155 var param : vec3<i32>; 161 param = vec3<i32>(x_115, x_116, x_117); 162 let x_120 : i32 = getOutputFlatIndex_vi3_(&(param));
|
| H A D | 949.wgsl.expected.glsl | 122 mat3 param = mat3(0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f); 127 param = x_125; 131 vec3 x_129 = perturbNormalBase_mf33_vf3_f1_(param, param_1, param_2);
|
| H A D | 949.wgsl.expected.hlsl | 105 float3x3 param = float3x3(0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f); 110 param = x_125; 114 const float3 x_129 = perturbNormalBase_mf33_vf3_f1_(param, param_1, param_2);
|
| H A D | 949.wgsl.expected.msl | 144 float3x3 param = float3x3(0.0f); 149 param = x_125; 153 float3 const x_129 = perturbNormalBase_mf33_vf3_f1_(&(param), &(param_1), &(param_2));
|
| /third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-quicksort-if-false-else-return/ |
| H A D | 0.wgsl | 283 var param : i32; 308 param = x_402; 311 swap_i1_i1_(&(param), &(param_1));
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | caniter.cpp | 68 *@param source string to get results for 165 *@param set the source string to iterate against. This allows the same iterator to be used 264 * @param source the string to find permutations for
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | MustExecute.h | 379 /// \param ExploreInterBlock Flag to indicate if instructions in blocks 460 /// \param It The iterator that is used to traverse the must be 462 /// \param PP The program point for which the next instruction
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | assignmentCompatWithCallSignaturesWithRestParameters.types | 67 a = (x: number) => 1; // ok, rest param corresponds to infinite number of params
130 a2 = (x: number, y: number) => 1; // ok, rest param corresponds to infinite number of params
233 a4 = (x: number, y?: number) => 1; // error, second param has type mismatch
|