Home
last modified time | relevance | path

Searched defs:coordsParam (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/capture/
Dcapture_gl_3_autogen.cpp897 ParamCapture coordsParam("coords", ParamType::TGLuintConstPointer); in CaptureMultiTexCoordP1uiv() local
904 ParamCapture coordsParam("coords", ParamType::TGLuintConstPointer); in CaptureMultiTexCoordP1uiv() local
941 ParamCapture coordsParam("coords", ParamType::TGLuintConstPointer); in CaptureMultiTexCoordP2uiv() local
948 ParamCapture coordsParam("coords", ParamType::TGLuintConstPointer); in CaptureMultiTexCoordP2uiv() local
985 ParamCapture coordsParam("coords", ParamType::TGLuintConstPointer); in CaptureMultiTexCoordP3uiv() local
992 ParamCapture coordsParam("coords", ParamType::TGLuintConstPointer); in CaptureMultiTexCoordP3uiv() local
1029 ParamCapture coordsParam("coords", ParamType::TGLuintConstPointer); in CaptureMultiTexCoordP4uiv() local
1036 ParamCapture coordsParam("coords", ParamType::TGLuintConstPointer); in CaptureMultiTexCoordP4uiv() local
1066 ParamCapture coordsParam("coords", ParamType::TGLuintConstPointer); in CaptureNormalP3uiv() local
1073 ParamCapture coordsParam("coords", ParamType::TGLuintConstPointer); in CaptureNormalP3uiv() local
[all …]
Dcapture_gles_ext_autogen.cpp10325 ParamCapture coordsParam("coords", ParamType::TGLfloatConstPointer); in CaptureDrawTexfvOES() local
10332 ParamCapture coordsParam("coords", ParamType::TGLfloatConstPointer); in CaptureDrawTexfvOES() local
10366 ParamCapture coordsParam("coords", ParamType::TGLintConstPointer); in CaptureDrawTexivOES() local
10373 ParamCapture coordsParam("coords", ParamType::TGLintConstPointer); in CaptureDrawTexivOES() local
10407 ParamCapture coordsParam("coords", ParamType::TGLshortConstPointer); in CaptureDrawTexsvOES() local
10414 ParamCapture coordsParam("coords", ParamType::TGLshortConstPointer); in CaptureDrawTexsvOES() local
10448 ParamCapture coordsParam("coords", ParamType::TGLfixedConstPointer); in CaptureDrawTexxvOES() local
10455 ParamCapture coordsParam("coords", ParamType::TGLfixedConstPointer); in CaptureDrawTexxvOES() local
/external/skia/src/core/
DSkRuntimeEffect.cpp521 const SkSL::Variable* coordsParam = main->getMainCoordsParameter(); in MakeInternal() local