Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
Dentry_points_enum_autogen.h1571 GLVertexAttrib2f, enumerator
Dentry_points_enum_autogen.cpp3127 case EntryPoint::GLVertexAttrib2f: in GetEntryPointName()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_autogen.cpp1738 EVENT(context, GLVertexAttrib2f, "context = %d, index = %u, x = %f, y = %f", CID(context), in GL_VertexAttrib2f()
1746 ValidateVertexAttrib2f(context, angle::EntryPoint::GLVertexAttrib2f, index, x, y)); in GL_VertexAttrib2f()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp3665 EVENT(context, GLVertexAttrib2f, "context = %d, index = %u, x = %f, y = %f", CID(context), in GL_VertexAttrib2f()
3673 ValidateVertexAttrib2f(context, angle::EntryPoint::GLVertexAttrib2f, index, x, y)); in GL_VertexAttrib2f()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_2_0_autogen.cpp3036 return CallCapture(angle::EntryPoint::GLVertexAttrib2f, std::move(paramBuffer)); in CaptureVertexAttrib2f()
Dframe_capture_replay_autogen.cpp3261 case angle::EntryPoint::GLVertexAttrib2f: in ReplayCall()