Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
Dentry_points_enum_autogen.h1621 GLVertexAttribI4ui, enumerator
Dentry_points_enum_autogen.cpp3227 case EntryPoint::GLVertexAttribI4ui: in GetEntryPointName()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp2952 EVENT(context, GLVertexAttribI4ui, "context = %d, index = %u, x = %u, y = %u, z = %u, w = %u", in GL_VertexAttribI4ui()
2959 ValidateVertexAttribI4ui(context, angle::EntryPoint::GLVertexAttribI4ui, in GL_VertexAttribI4ui()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_autogen.cpp2210 EVENT(context, GLVertexAttribI4ui, "context = %d, index = %u, x = %u, y = %u, z = %u, w = %u", in GL_VertexAttribI4ui()
2217 ValidateVertexAttribI4ui(context, angle::EntryPoint::GLVertexAttribI4ui, in GL_VertexAttribI4ui()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_3_0_autogen.cpp2668 return CallCapture(angle::EntryPoint::GLVertexAttribI4ui, std::move(paramBuffer)); in CaptureVertexAttribI4ui()
Dframe_capture_replay_autogen.cpp3330 case angle::EntryPoint::GLVertexAttribI4ui: in ReplayCall()