Home
last modified time | relevance | path

Searched refs:lengthParam (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/capture/
Dcapture_gles_ext_autogen.cpp1054 ParamCapture lengthParam("length", ParamType::TGLsizeiPointer); in CaptureGetBooleanvRobustANGLE() local
1055 InitParamValue(ParamType::TGLsizeiPointer, length, &lengthParam.value); in CaptureGetBooleanvRobustANGLE()
1057 &lengthParam); in CaptureGetBooleanvRobustANGLE()
1058 paramBuffer.addParam(std::move(lengthParam)); in CaptureGetBooleanvRobustANGLE()
1062 ParamCapture lengthParam("length", ParamType::TGLsizeiPointer); in CaptureGetBooleanvRobustANGLE() local
1064 &lengthParam.value); in CaptureGetBooleanvRobustANGLE()
1065 paramBuffer.addParam(std::move(lengthParam)); in CaptureGetBooleanvRobustANGLE()
1103 ParamCapture lengthParam("length", ParamType::TGLsizeiPointer); in CaptureGetBufferParameterivRobustANGLE() local
1104 InitParamValue(ParamType::TGLsizeiPointer, length, &lengthParam.value); in CaptureGetBufferParameterivRobustANGLE()
1106 bufSize, length, params, &lengthParam); in CaptureGetBufferParameterivRobustANGLE()
[all …]
Dcapture_gles_2_0_autogen.cpp996 ParamCapture lengthParam("length", ParamType::TGLsizeiPointer); in CaptureGetActiveAttrib() local
997 InitParamValue(ParamType::TGLsizeiPointer, length, &lengthParam.value); in CaptureGetActiveAttrib()
999 size, type, name, &lengthParam); in CaptureGetActiveAttrib()
1000 paramBuffer.addParam(std::move(lengthParam)); in CaptureGetActiveAttrib()
1004 ParamCapture lengthParam("length", ParamType::TGLsizeiPointer); in CaptureGetActiveAttrib() local
1006 &lengthParam.value); in CaptureGetActiveAttrib()
1007 paramBuffer.addParam(std::move(lengthParam)); in CaptureGetActiveAttrib()
1076 ParamCapture lengthParam("length", ParamType::TGLsizeiPointer); in CaptureGetActiveUniform() local
1077 InitParamValue(ParamType::TGLsizeiPointer, length, &lengthParam.value); in CaptureGetActiveUniform()
1079 size, type, name, &lengthParam); in CaptureGetActiveUniform()
[all …]
Dcapture_gles_3_1_autogen.cpp418 ParamCapture lengthParam("length", ParamType::TGLsizeiPointer); in CaptureGetProgramPipelineInfoLog() local
419 InitParamValue(ParamType::TGLsizeiPointer, length, &lengthParam.value); in CaptureGetProgramPipelineInfoLog()
421 length, infoLog, &lengthParam); in CaptureGetProgramPipelineInfoLog()
422 paramBuffer.addParam(std::move(lengthParam)); in CaptureGetProgramPipelineInfoLog()
426 ParamCapture lengthParam("length", ParamType::TGLsizeiPointer); in CaptureGetProgramPipelineInfoLog() local
428 &lengthParam.value); in CaptureGetProgramPipelineInfoLog()
429 paramBuffer.addParam(std::move(lengthParam)); in CaptureGetProgramPipelineInfoLog()
572 ParamCapture lengthParam("length", ParamType::TGLsizeiPointer); in CaptureGetProgramResourceName() local
573 InitParamValue(ParamType::TGLsizeiPointer, length, &lengthParam.value); in CaptureGetProgramResourceName()
575 index, bufSize, length, name, &lengthParam); in CaptureGetProgramResourceName()
[all …]
Dcapture_gles_3_0_autogen.cpp842 ParamCapture lengthParam("length", ParamType::TGLsizeiPointer); in CaptureGetActiveUniformBlockName() local
843 InitParamValue(ParamType::TGLsizeiPointer, length, &lengthParam.value); in CaptureGetActiveUniformBlockName()
846 uniformBlockName, &lengthParam); in CaptureGetActiveUniformBlockName()
847 paramBuffer.addParam(std::move(lengthParam)); in CaptureGetActiveUniformBlockName()
851 ParamCapture lengthParam("length", ParamType::TGLsizeiPointer); in CaptureGetActiveUniformBlockName() local
853 &lengthParam.value); in CaptureGetActiveUniformBlockName()
854 paramBuffer.addParam(std::move(lengthParam)); in CaptureGetActiveUniformBlockName()
1184 ParamCapture lengthParam("length", ParamType::TGLsizeiPointer); in CaptureGetProgramBinary() local
1185 InitParamValue(ParamType::TGLsizeiPointer, length, &lengthParam.value); in CaptureGetProgramBinary()
1187 binaryFormat, binary, &lengthParam); in CaptureGetProgramBinary()
[all …]
Dcapture_gles_3_2_autogen.cpp555 ParamCapture lengthParam("length", ParamType::TGLsizeiPointer); in CaptureGetObjectLabel() local
556 InitParamValue(ParamType::TGLsizeiPointer, length, &lengthParam.value); in CaptureGetObjectLabel()
558 &lengthParam); in CaptureGetObjectLabel()
559 paramBuffer.addParam(std::move(lengthParam)); in CaptureGetObjectLabel()
563 ParamCapture lengthParam("length", ParamType::TGLsizeiPointer); in CaptureGetObjectLabel() local
565 &lengthParam.value); in CaptureGetObjectLabel()
566 paramBuffer.addParam(std::move(lengthParam)); in CaptureGetObjectLabel()
616 ParamCapture lengthParam("length", ParamType::TGLsizeiPointer); in CaptureGetObjectPtrLabel() local
617 InitParamValue(ParamType::TGLsizeiPointer, length, &lengthParam.value); in CaptureGetObjectPtrLabel()
619 &lengthParam); in CaptureGetObjectPtrLabel()
[all …]
Dcapture_gles_3_2_params.cpp189 ParamCapture *lengthParam) in CaptureGetObjectLabel_length() argument
223 ParamCapture *lengthParam) in CaptureGetObjectPtrLabel_length() argument
/external/llvm-project/flang/lib/Semantics/
Dexpression.cpp58 if (auto *lengthParam{charLength()}) { in LEN() local
59 if (const auto &len{lengthParam->GetExplicit()}) { in LEN()