Home
last modified time | relevance | path

Searched defs:value (Results 8251 - 8275 of 12630) sorted by relevance

1...<<331332333334335336337338339340>>...506

/third_party/pulseaudio/src/pulse/
H A Dformat.c627 void pa_format_info_set_prop_int(pa_format_info *f, const char *key, int value) { in pa_format_info_set_prop_int() argument
665 void pa_format_info_set_prop_string(pa_format_info *f, const char *key, const char *value) { in pa_format_info_set_prop_string() argument
/third_party/pulseaudio/src/daemon/
H A Ddaemon-conf.h52 rlim_t value; member
/third_party/pulseaudio/src/modules/dbus/
H A Dmodule-dbus-protocol.c474 const char *value = NULL; in get_access_arg() local
/third_party/openssl/crypto/conf/
H A Dconf_mod.c60 char *value; member
243 static int module_run(const CONF *cnf, const char *name, const char *value, in module_run() argument
279 module_load_dso(const CONF *cnf, const char *name, const char *value) module_load_dso() argument
399 module_init(CONF_MODULE *pmod, const char *name, const char *value, const CONF *cnf) module_init() argument
[all...]
/third_party/openssl/apps/lib/
H A Dhttp_server.c421 char *key, *value, *line_end = NULL; in http_server_get_asn1_req() local
[all...]
/third_party/openssl/crypto/ocsp/
H A Docsp_ext.c62 int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit, in OCSP_REQUEST_add1_ext_i2d() argument
114 int OCSP_ONEREQ_add1_ext_i2d(OCSP_ONEREQ *x, int nid, void *value, int crit, in OCSP_ONEREQ_add1_ext_i2d() argument
170 int OCSP_BASICRESP_add1_ext_i2d(OCSP_BASICRESP *x, int nid, void *value, in OCSP_BASICRESP_add1_ext_i2d() argument
223 int OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value, in OCSP_SINGLERESP_add1_ext_i2d() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSafetyCriticalUtil.cpp133 void applyPipelineIdentifier (VkPipelineOfflineCreateInfo& pipelineID, const std::string& value) in applyPipelineIdentifier() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.cpp275 amber::Value value; in LoadBufferData() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDispatchTests.cpp406 deUint32 value; in init() member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp237 static const VkFormat value = _Format; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultisampleLinearInterpolationTests.cpp660 const tcu::Vec2 value; in createTests() member
671 VkSampleCountFlagBits value; in createTests() member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateMiscTests.cpp113 void verifyValueInRange (uint32_t value, uint32_t minValue, uint32_t maxValue, const char* valueDesc) in verifyValueInRange() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp590 VkImageTiling value; in populatePerFormatGroup() member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCase.cpp274 amber::Value value; in LoadBufferData() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDispatchTests.cpp408 deUint32 value; in init() member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp237 static const VkFormat value = _Format; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLContext.cpp23 cl_int Context::getInfo(ContextInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const in getInfo() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSymbolEnv.cpp86 TemplateArg::TemplateArg(bool value) : mKind(Kind::Bool), mValue(value) {} in TemplateArg() argument
88 TemplateArg::TemplateArg(int value) : mKind(Kind::Int), mValue(value) {} in TemplateArg() argument
90 TemplateArg::TemplateArg(unsigned value) : mKind(Kind::UInt), mValue(value) {} in TemplateArg() argument
92 TemplateArg::TemplateArg(const TType &value) : mKind(Kind::Type), mValue(value) {} in TemplateArg() argument
205 const TemplateArg::Value value = arg.value(); in fullName() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_1_params.cpp274 CaptureProgramUniform1fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniform1fv_value() argument
285 CaptureProgramUniform1iv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLint *value, ParamCapture *paramCapture) CaptureProgramUniform1iv_value() argument
296 CaptureProgramUniform1uiv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLuint *value, ParamCapture *paramCapture) CaptureProgramUniform1uiv_value() argument
307 CaptureProgramUniform2fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniform2fv_value() argument
318 CaptureProgramUniform2iv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLint *value, ParamCapture *paramCapture) CaptureProgramUniform2iv_value() argument
329 CaptureProgramUniform2uiv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLuint *value, ParamCapture *paramCapture) CaptureProgramUniform2uiv_value() argument
340 CaptureProgramUniform3fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniform3fv_value() argument
351 CaptureProgramUniform3iv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLint *value, ParamCapture *paramCapture) CaptureProgramUniform3iv_value() argument
362 CaptureProgramUniform3uiv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLuint *value, ParamCapture *paramCapture) CaptureProgramUniform3uiv_value() argument
373 CaptureProgramUniform4fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniform4fv_value() argument
384 CaptureProgramUniform4iv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLint *value, ParamCapture *paramCapture) CaptureProgramUniform4iv_value() argument
395 CaptureProgramUniform4uiv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, const GLuint *value, ParamCapture *paramCapture) CaptureProgramUniform4uiv_value() argument
406 CaptureProgramUniformMatrix2fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix2fv_value() argument
418 CaptureProgramUniformMatrix2x3fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix2x3fv_value() argument
430 CaptureProgramUniformMatrix2x4fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix2x4fv_value() argument
442 CaptureProgramUniformMatrix3fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix3fv_value() argument
454 CaptureProgramUniformMatrix3x2fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix3x2fv_value() argument
466 CaptureProgramUniformMatrix3x4fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix3x4fv_value() argument
478 CaptureProgramUniformMatrix4fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix4fv_value() argument
490 CaptureProgramUniformMatrix4x2fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix4x2fv_value() argument
502 CaptureProgramUniformMatrix4x3fv_value(const State &glState, bool isCallValid, ShaderProgramID program, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureProgramUniformMatrix4x3fv_value() argument
[all...]
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
H A Dshader_translator.cpp807 int value; in ParseGLSLOutputVersion() local
860 int value; in ParseIntValue() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermNode_util.cpp116 TIntermConstantUnion *CreateFloatNode(float value, TPrecision precision) in CreateFloatNode() argument
134 TIntermConstantUnion *CreateUIntNode(unsigned int value) in CreateUIntNode() argument
143 TIntermConstantUnion *CreateBoolNode(bool value) in CreateBoolNode() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DSurfaceD3D.cpp422 egl::Error SurfaceD3D::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DStructureHLSL.cpp124 unsigned value = (*mPaddingCounter)++; in next() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCWin64EH.cpp261 int64_t value; in GetAbsDifference() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderAtomicCounterOpsTests.cpp197 prepareShader(std::string& shader, const std::string& tag, const std::string& value) prepareShader() argument

Completed in 31 milliseconds

1...<<331332333334335336337338339340>>...506