Home
last modified time | relevance | path

Searched defs:mParam (Results 1 – 3 of 3) 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/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dcapture_gles_1_0_autogen.cpp691 ParamCapture mParam("m", ParamType::TGLfloatConstPointer); in CaptureLoadMatrixf() local
703 ParamCapture mParam("m", ParamType::TGLfixedConstPointer); in CaptureLoadMatrixx() local
801 ParamCapture mParam("m", ParamType::TGLfloatConstPointer); in CaptureMultMatrixf() local
813 ParamCapture mParam("m", ParamType::TGLfixedConstPointer); in CaptureMultMatrixx() local
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.h503 AdapterTestParam mParam; variable