Home
last modified time | relevance | path

Searched defs:mParam (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_1_0_autogen.cpp860 ParamCapture mParam("m", ParamType::TGLfloatConstPointer); in CaptureLoadMatrixf() local
867 ParamCapture mParam("m", ParamType::TGLfloatConstPointer); in CaptureLoadMatrixf() local
882 ParamCapture mParam("m", ParamType::TGLfixedConstPointer); in CaptureLoadMatrixx() local
889 ParamCapture mParam("m", ParamType::TGLfixedConstPointer); in CaptureLoadMatrixx() local
1010 ParamCapture mParam("m", ParamType::TGLfloatConstPointer); in CaptureMultMatrixf() local
1017 ParamCapture mParam("m", ParamType::TGLfloatConstPointer); in CaptureMultMatrixf() local
1032 ParamCapture mParam("m", ParamType::TGLfixedConstPointer); in CaptureMultMatrixx() local
1039 ParamCapture mParam("m", ParamType::TGLfixedConstPointer); in CaptureMultMatrixx() local
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.h503 AdapterTestParam mParam; variable