/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | frame_capture_replay_autogen.cpp | 32 params.getParam("pipelinePacked", ParamType::TProgramPipelineID, 0) in ReplayCall() 34 params.getParam("programPacked", ParamType::TShaderProgramID, 1) in ReplayCall() 39 params.getParam("texture", ParamType::TGLenum, 0).value.GLenumVal); in ReplayCall() 43 params.getParam("funcPacked", ParamType::TAlphaTestFunc, 0).value.AlphaTestFuncVal, in ReplayCall() 44 params.getParam("ref", ParamType::TGLfloat, 1).value.GLfloatVal); in ReplayCall() 48 params.getParam("funcPacked", ParamType::TAlphaTestFunc, 0).value.AlphaTestFuncVal, in ReplayCall() 49 params.getParam("ref", ParamType::TGLfixed, 1).value.GLfixedVal); in ReplayCall() 52 context->attachShader(params.getParam("programPacked", ParamType::TShaderProgramID, 0) in ReplayCall() 54 params.getParam("shaderPacked", ParamType::TShaderProgramID, 1) in ReplayCall() 59 params.getParam("targetPacke in ReplayCall() [all...] |
H A D | FrameCapture.cpp | 628 call.params.getParam("access", ParamType::TGLbitfield, 3).value.GLbitfieldVal; in WriteCppReplayForCall() 635 GLenum access = call.params.getParam("access", ParamType::TGLenum, 1).value.GLenumVal; in WriteCppReplayForCall() 1472 call.params.getParam("buffersPacked", ParamType::TBufferIDPointer, 1); in MaybeCaptureUpdateResourceIDs() 1480 call.params.getParam("fencesPacked", ParamType::TFenceNVIDPointer, 1); in MaybeCaptureUpdateResourceIDs() 1489 call.params.getParam("framebuffersPacked", ParamType::TFramebufferIDPointer, 1); in MaybeCaptureUpdateResourceIDs() 1497 call.params.getParam("pipelinesPacked", ParamType::TProgramPipelineIDPointer, 1); in MaybeCaptureUpdateResourceIDs() 1506 call.params.getParam("idsPacked", ParamType::TQueryIDPointer, 1); in MaybeCaptureUpdateResourceIDs() 1515 call.params.getParam("renderbuffersPacked", ParamType::TRenderbufferIDPointer, 1); in MaybeCaptureUpdateResourceIDs() 1523 call.params.getParam("samplersPacked", ParamType::TSamplerIDPointer, 1); in MaybeCaptureUpdateResourceIDs() 1531 call.params.getParam("semaphoresPacke in MaybeCaptureUpdateResourceIDs() 4104 ParamCapture &ParamBuffer::getParam(const char *paramName, ParamType paramType, int index) getParam() function in angle::ParamBuffer 4112 const ParamCapture &ParamBuffer::getParam(const char *paramName, getParam() function in angle::ParamBuffer [all...] |
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/ |
H A D | rtsp_package.cpp | 184 void RtspEncap::EncapResponseGetParamM3Body(ParamInfo &clientParam, const std::string &getParam, std::string &body) in EncapResponseGetParamM3Body() argument 186 if (getParam.find("his_version") != getParam.npos) { in EncapResponseGetParamM3Body() 189 if (getParam.find("his_video_formats") != getParam.npos) { in EncapResponseGetParamM3Body() 192 if (getParam.find("his_audio_formats") != getParam.npos) { in EncapResponseGetParamM3Body() 195 if (getParam.find("his_uibc_capability") != getParam.npos) { in EncapResponseGetParamM3Body() 198 if (getParam in EncapResponseGetParamM3Body() 239 std::string getParam = request.GetUnMatchedStr(); EncapResponseGetParamM3() local [all...] |
H A D | rtsp_package.h | 55 static void EncapResponseGetParamM3Body(ParamInfo &clientParam, const std::string &getParam, std::string &body);
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/ |
H A D | rtsp_package.cpp | 184 void RtspEncap::EncapResponseGetParamM3Body(ParamInfo &clientParam, const std::string &getParam, std::string &body) in EncapResponseGetParamM3Body() argument 186 if (getParam.find("his_version") != getParam.npos) { in EncapResponseGetParamM3Body() 189 if (getParam.find("his_video_formats") != getParam.npos) { in EncapResponseGetParamM3Body() 192 if (getParam.find("his_audio_formats") != getParam.npos) { in EncapResponseGetParamM3Body() 195 if (getParam.find("his_uibc_capability") != getParam.npos) { in EncapResponseGetParamM3Body() 198 if (getParam in EncapResponseGetParamM3Body() 239 std::string getParam = request.GetUnMatchedStr(); EncapResponseGetParamM3() local [all...] |
H A D | rtsp_package.h | 55 static void EncapResponseGetParamM3Body(ParamInfo &clientParam, const std::string &getParam, std::string &body);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | ProgramPrelude.cpp | 3082 GetTextureTypeName(func.getParam(0)->getType().getBasicType()).rawName(); in BuildFuncToEmitter() 3083 const TType &coord = func.getParam(1)->getType(); in BuildFuncToEmitter() 3175 GetTextureTypeName(func.getParam(0)->getType().getBasicType()).rawName(); in BuildFuncToEmitter() 3176 const TType &coord = func.getParam(1)->getType(); in BuildFuncToEmitter() 3179 const TType &dPdx = func.getParam(2)->getType(); in BuildFuncToEmitter() 3225 GetTextureTypeName(func.getParam(0)->getType().getBasicType()).rawName(); in BuildFuncToEmitter() 3226 const TType &coord = func.getParam(1)->getType(); in BuildFuncToEmitter() 3229 const TType &dPdx = func.getParam(2)->getType(); in BuildFuncToEmitter() 3275 GetTextureTypeName(func.getParam(0)->getType().getBasicType()).rawName(); in BuildFuncToEmitter() 3276 const TType &coord = func.getParam( in BuildFuncToEmitter() [all...] |
H A D | IntroduceVertexIndexID.cpp | 48 const TVariable *param = mainFunction->getParam(i);
|
H A D | RewritePipelines.cpp | 615 return *pipelineFunc.getParam(0); in getInternalPipelineVariable() 629 return *mainFunc.getParam(0); in getExternalPipelineVariable() 773 const TVariable &textureParam = *func.getParam(paramIndex++); in visitMain() 774 const TVariable &samplerParam = *func.getParam(paramIndex++); in visitMain() 884 structInstanceVar = owner->getParam(0); in UpdatePipelineSymbols()
|
H A D | RewriteOutArgs.cpp | 122 const TVariable ¶m = *func->getParam(i);
|
H A D | RewriteUnaddressableReferences.cpp | 276 const TVariable ¶m = *func->getParam(i);
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/observer/src/ |
H A D | napi_observer.cpp | 52 param[1] = innerWorker->getParam(observer->env_); in CallbackFunc() 103 observerWorker->getParam = [changeNode](napi_env env) { in OnChange() 136 observerWorker->getParam = [node](napi_env env) { in OnChange()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | ConvertUnsupportedConstructorsToFunctionCalls.cpp | 36 const TVariable *var = function.getParam(0); in AppendScalarFromNonScalarArguments() 63 const TVariable *var = function.getParam(0); in AppendVectorFromScalarArgument() 85 const TVariable *p = function.getParam(paramIndex); in AppendValuesFromMultipleArguments() 125 const TVariable *var = function.getParam(0); in AppendMatrixFromScalarArgument() 152 const TVariable *var = function.getParam(0); in AppendMatrixFromMatrixArgument()
|
H A D | RemoveDynamicIndexing.cpp | 188 TIntermSymbol *baseParam = new TIntermSymbol(func.getParam(0)); in GetIndexFunctionDefinition() 189 TIntermSymbol *indexParam = new TIntermSymbol(func.getParam(1)); in GetIndexFunctionDefinition() 193 valueParam = new TIntermSymbol(func.getParam(2)); in GetIndexFunctionDefinition()
|
H A D | MonomorphizeUnsupportedFunctions.cpp | 193 const TVariable *originalParam = original->getParam(paramIndex); in MonomorphizeFunction() 292 const TVariable *funcArgument = function->getParam(argIndex); in processFunctionCall()
|
H A D | RemoveUnreferencedVariables.cpp | 116 incrementStructTypeRefCount(node->getFunction()->getParam(i)->getType()); in visitFunctionPrototype()
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/observer/include/ |
H A D | napi_observer.h | 56 std::function<napi_value(napi_env)> getParam; member
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | VersionGLSL.cpp | 120 const TVariable *param = node->getFunction()->getParam(i); in visitFunctionPrototype()
|
H A D | ValidateAST.cpp | 726 const TVariable *param = function->getParam(paramIndex); in visitFunctionPrototype() 772 const TVariable *variable = function->getParam(paramIndex); in visitFunctionDefinition()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | ReplaceShadowingVariables.cpp | 62 mParameterNames.emplace(std::string(func->getParam(i)->name().data()));
|
H A D | FindPreciseNodes.cpp | 434 ObjectAndAccessChain param = {mCurrentFunction->getParam(paramIndex), {}}; 617 if (function->getParam(paramIndex)->getType().getQualifier() != EvqParamOut)
|
/third_party/typescript/tests/arkTSTest/ |
H A D | run.js | 322 const pathParam = getParam()
372 function getParam(){
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | ArrayReturnValueToOutParameter.cpp | 127 func->addParameter(node->getFunction()->getParam(i)); in visitFunctionPrototype()
|
H A D | RewriteExpressionsWithShaderStorageBlock.cpp | 297 TQualifier qual = node->getFunction()->getParam(i)->getType().getQualifier(); in visitAggregate()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ParseHelper.cpp | 530 const TParameter& param = function.getParam(i); in constructorErrorCheck() 1087 TQualifier qual = fnCandidate->getParam(i).type->getQualifier(); in functionCallLValueErrorCheck() 1850 const TParameter ¶m = function.getParam(i); in addFunctionPrototypeDeclaration() 1969 const TParameter ¶m = function->getParam(i); in parseFunctionPrototype() 2031 if(prevDec->getParam(i).type->getQualifier() != function->getParam(i).type->getQualifier()) in parseFunctionDeclarator() 2034 function->getParam(i).type->getQualifierString()); in parseFunctionDeclarator()
|