Searched refs:GLVertexAttrib3f (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/ |
D | entry_points_enum_autogen.h | 1577 GLVertexAttrib3f, enumerator
|
D | entry_points_enum_autogen.cpp | 3139 case EntryPoint::GLVertexAttrib3f: in GetEntryPointName()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_2_autogen.cpp | 1882 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/ |
D | entry_points_gles_2_0_autogen.cpp | 3713 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/ |
D | capture_gles_2_0_autogen.cpp | 3080 return CallCapture(angle::EntryPoint::GLVertexAttrib3f, std::move(paramBuffer)); in CaptureVertexAttrib3f()
|
D | frame_capture_replay_autogen.cpp | 3272 case angle::EntryPoint::GLVertexAttrib3f: in ReplayCall()
|