Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
Dentry_points_enum_autogen.h1577 GLVertexAttrib3f, enumerator
Dentry_points_enum_autogen.cpp3139 case EntryPoint::GLVertexAttrib3f: in GetEntryPointName()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_autogen.cpp1882 EVENT(context, GLVertexAttrib3f, "context = %d, index = %u, x = %f, y = %f, z = %f", in GL_VertexAttrib3f()
1890 ValidateVertexAttrib3f(context, angle::EntryPoint::GLVertexAttrib3f, index, x, y, z)); in GL_VertexAttrib3f()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp3713 EVENT(context, GLVertexAttrib3f, "context = %d, index = %u, x = %f, y = %f, z = %f", in GL_VertexAttrib3f()
3721 ValidateVertexAttrib3f(context, angle::EntryPoint::GLVertexAttrib3f, index, x, y, z)); in GL_VertexAttrib3f()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_2_0_autogen.cpp3080 return CallCapture(angle::EntryPoint::GLVertexAttrib3f, std::move(paramBuffer)); in CaptureVertexAttrib3f()
Dframe_capture_replay_autogen.cpp3272 case angle::EntryPoint::GLVertexAttrib3f: in ReplayCall()