Home
last modified time | relevance | path

Searched full:params (Results 9651 - 9675 of 10200) sorted by relevance

1...<<381382383384385386387388389390>>...408

/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
H A DARB_texture_buffer_object.txt357 void GetBufferPointerv( enum target, enum pname, void **params );
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
H A DEXT_texture_buffer_object.txt356 void GetBufferPointerv( enum target, enum pname, void **params );
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
H A DSGIS_multitexture.txt248 TexParameterf, and the <params> parameter of TexParameteriv, and
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp895 for (Type *Ty : FTy->params()) in remapInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp998 // # Stub function to call rettype xxxx (params) in EmitFPCallStub()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.h259 ast::VariableList params; member
/third_party/skia/third_party/externals/tint/src/transform/
H A Dvertex_pulling.cc852 for (auto* param : func->params) { in Process()
/third_party/skia/third_party/externals/zlib/patches/
H A D0001-simd.patch797 + * use intrinsic without extra params
/third_party/typescript/tests/baselines/reference/user/
H A Dadonis-framework.log129 node_modules/adonis-framework/src/Request/index.js(499,17): error TS2551: Property '_params' does not exist on type 'Request'. Did you mean 'params'?
/third_party/python/Python/
H A Dformatter_unicode.c469 unused. should this take discrete params in order to be more clear
/third_party/selinux/libsepol/cil/src/
H A Dcil_verify.c403 struct cil_list *param_list = macro->params; in cil_verify_decl_does_not_shadow_macro_parameter()
/third_party/rust/crates/rust-openssl/openssl/
H A DCHANGELOG.md750 The `pkey` module contains new tag types named `Params`, `Public`, and `Private`, and the
/third_party/rust/crates/syn/
H A Dsyn.json2372 "params": {
/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c1475 * handle by a process if the default params are required.
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_ttls.c135 "EAP-TTLS: Both auth= and autheap= params cannot be specified"); in eap_ttls_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_ttls.c135 "EAP-TTLS: Both auth= and autheap= params cannot be specified"); in eap_ttls_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Ddpp-nfc.py1019 parser.add_argument('--config-params', default='',
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp2807 * @param params Array that will be filled with values of parameters
2809 void Program::GetActiveUniformsiv(GLsizei count, const GLuint* indices, GLenum pname, GLint* params) const in GetActiveUniformsiv()
2813 GetActiveUniformsiv(gl, m_id, count, indices, pname, params); in GetActiveUniformsiv()
2834 * @param buf_size Size of <params> buffer
2835 * @param params Results of query
2837 void Program::GetResource(GLenum interface, GLuint index, GLenum property, GLsizei buf_size, GLint* params) const in GetResource()
2841 GetResource(gl, m_id, interface, index, property, buf_size, params); in GetResource()
2976 * @param params Array that will be filled with values of parameters
2979 GLenum pname, GLint* params) in GetActiveUniformsiv()
2981 gl.getActiveUniformsiv(program_id, count, indices, pname, params); in GetActiveUniformsiv()
2978 GetActiveUniformsiv(const Functions& gl, GLuint program_id, GLsizei count, const GLuint* indices, GLenum pname, GLint* params) GetActiveUniformsiv() argument
3127 GetResource(const Functions& gl, GLuint id, GLenum interface, GLuint index, GLenum property, GLsizei buf_size, GLint* params) GetResource() argument
[all...]
H A Dgl4cDirectStateAccessTests.hpp1747 glw::GLvoid** params);
1992 glw::GLvoid** params);
2142 glw::GLvoid** params);
6650 * Check that INVALID_ENUM is generated by TextureParameter* if params
6685 * TEXTURE_BASE_LEVEL or TEXTURE_MAX_LEVEL, and param or params is
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp103 // dialog animation params
116 // custom keyboard animation params
843 // default opacity animation params in OpenDialogAnimation()
895 // default opacity animation params in CloseDialogAnimation()
900 // get customized animation params in CloseDialogAnimation()
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestCharset.java892 // Class[] params;
900 // params = new Class[] {CharsetEncoderICU.class, Object.class,
903 // Method encoderCall = Encoder.getDeclaredMethod("call", params);
906 // params = new Class[] {CharsetDecoderICU.class, Object.class,
909 // Method decoderCall = Decoder.getDeclaredMethod("call", params);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp963 tcu::TestStatus testSemaphoreQueries (Context& context, const TestSemaphoreQueriesParameters params) in testSemaphoreQueries() argument
965 const CustomInstance instance (createTestInstance(context, params.externalType, 0u, 0u)); in testSemaphoreQueries()
975 params.semaphoreType, in testSemaphoreQueries()
982 params.externalType in testSemaphoreQueries()
999 if (params.semaphoreType == vk::VK_SEMAPHORE_TYPE_TIMELINE) in testSemaphoreQueries()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4522 // Read type/value pairs for varargs params. in parseFunctionBody()
4596 // Read the fixed params. in parseFunctionBody()
4607 // Read type/value pairs for varargs params. in parseFunctionBody()
5037 // Read the fixed params. in parseFunctionBody()
5049 // Read type/value pairs for varargs params. in parseFunctionBody()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp1628 int params[] = { 255, 255, 255, 255 };
1632 DE_ASSERT(querySizes[ndx].bufferSize < DE_LENGTH_OF_ARRAY(params)); // leave at least one element for overflow detection
1639 gl.getProgramResourceiv(program.getProgram(), GL_UNIFORM, uniformIndex, querySizes[ndx].numProps, props, querySizes[ndx].bufferSize, (querySizes[ndx].returnLength) ? (&written) : (DE_NULL), params);
1647 else if (params[expectedWriteLen] != 255)
1649 m_testCtx.getLog() << tcu::TestLog::Message << "Error, guard at index " << (expectedWriteLen) << " was modified. Was 255 before call, got dec=" << params[expectedWriteLen] << tcu::TestLog::EndMessage;
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_wifi_api.h1874 * @brief Set retry params.CNcomment:设置软件重传策略.CNend
1877 * Set retry params.CNcomment:设置指定接口的软件重传策略.CNend

Completed in 120 milliseconds

1...<<381382383384385386387388389390>>...408