Searched refs:mParam (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/capture/ |
D | capture_gles_1_0_autogen.cpp | 860 ParamCapture mParam("m", ParamType::TGLfloatConstPointer); in CaptureLoadMatrixf() local 861 InitParamValue(ParamType::TGLfloatConstPointer, m, &mParam.value); in CaptureLoadMatrixf() 862 CaptureLoadMatrixf_m(glState, isCallValid, m, &mParam); in CaptureLoadMatrixf() 863 paramBuffer.addParam(std::move(mParam)); in CaptureLoadMatrixf() 867 ParamCapture mParam("m", ParamType::TGLfloatConstPointer); in CaptureLoadMatrixf() local 869 &mParam.value); in CaptureLoadMatrixf() 870 paramBuffer.addParam(std::move(mParam)); in CaptureLoadMatrixf() 882 ParamCapture mParam("m", ParamType::TGLfixedConstPointer); in CaptureLoadMatrixx() local 883 InitParamValue(ParamType::TGLfixedConstPointer, m, &mParam.value); in CaptureLoadMatrixx() 884 CaptureLoadMatrixx_m(glState, isCallValid, m, &mParam); in CaptureLoadMatrixx() [all …]
|
/external/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/ |
D | EffectDescription.h | 82 for (ParamType &mParam: EffectType::getParams()) { in buildDefaultEffect() 83 params[i++] = mParam.kDefVal; in buildDefaultEffect()
|
/external/guice/extensions/struts2/lib/ |
D | jsp-api-2.1.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |