Home
last modified time | relevance | path

Searched refs:GLScalef (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp2144 EVENT(context, GLScalef, "context = %d, x = %f, y = %f, z = %f", CID(context), x, y, z); in GL_Scalef()
2152 angle::EntryPoint::GLScalef) && in GL_Scalef()
2154 angle::EntryPoint::GLScalef, x, y, z))); in GL_Scalef()
/external/angle/src/common/
Dentry_points_enum_autogen.h1334 GLScalef, enumerator
Dentry_points_enum_autogen.cpp2653 case EntryPoint::GLScalef: in GetEntryPointName()
/external/angle/src/libANGLE/capture/
Dcapture_gles_1_0_autogen.cpp1367 return CallCapture(angle::EntryPoint::GLScalef, std::move(paramBuffer)); in CaptureScalef()
/external/angle/util/capture/
Dframe_capture_replay_autogen.cpp3108 case angle::EntryPoint::GLScalef: in ReplayTraceFunctionCall()
Dtrace_interpreter_autogen.cpp5177 return CallCapture(EntryPoint::GLScalef, std::move(params)); in ParseCallCapture()