Searched refs:GLRotatef (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/ |
D | entry_points_enum_autogen.h | 1270 GLRotatef, enumerator
|
D | entry_points_enum_autogen.cpp | 2525 case EntryPoint::GLRotatef: in GetEntryPointName()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.cpp | 1666 EVENT(context, GLRotatef, "context = %d, angle = %f, x = %f, y = %f, z = %f", CID(context), in GL_Rotatef() 1673 ValidateRotatef(context, angle::EntryPoint::GLRotatef, angle, x, y, z)); in GL_Rotatef()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | capture_gles_1_0_autogen.cpp | 1327 return CallCapture(angle::EntryPoint::GLRotatef, std::move(paramBuffer)); in CaptureRotatef()
|
D | frame_capture_replay_autogen.cpp | 2560 case angle::EntryPoint::GLRotatef: in ReplayCall()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 5353 EVENT(context, GLRotatef, "context = %d, angle = %f, x = %f, y = %f, z = %f", CID(context), in GL_Rotatef() 5360 ValidateRotatef(context, angle::EntryPoint::GLRotatef, angle, x, y, z)); in GL_Rotatef()
|