Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
Dentry_points_enum_autogen.h1572 GLVertexAttrib2fv, enumerator
Dentry_points_enum_autogen.cpp3129 case EntryPoint::GLVertexAttrib2fv: in GetEntryPointName()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_autogen.cpp1762 EVENT(context, GLVertexAttrib2fv, "context = %d, index = %u, v = 0x%016" PRIxPTR "", in GL_VertexAttrib2fv()
1770 ValidateVertexAttrib2fv(context, angle::EntryPoint::GLVertexAttrib2fv, index, v)); in GL_VertexAttrib2fv()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp3689 EVENT(context, GLVertexAttrib2fv, "context = %d, index = %u, v = 0x%016" PRIxPTR "", in GL_VertexAttrib2fv()
3697 ValidateVertexAttrib2fv(context, angle::EntryPoint::GLVertexAttrib2fv, index, v)); in GL_VertexAttrib2fv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_2_0_autogen.cpp3063 return CallCapture(angle::EntryPoint::GLVertexAttrib2fv, std::move(paramBuffer)); in CaptureVertexAttrib2fv()
Dframe_capture_replay_autogen.cpp3266 case angle::EntryPoint::GLVertexAttrib2fv: in ReplayCall()