Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
Dentry_points_enum_autogen.h1600 GLVertexAttribDivisor, enumerator
Dentry_points_enum_autogen.cpp3185 case EntryPoint::GLVertexAttribDivisor: in GetEntryPointName()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp2880 EVENT(context, GLVertexAttribDivisor, "context = %d, index = %u, divisor = %u", CID(context), in GL_VertexAttribDivisor()
2888 context, angle::EntryPoint::GLVertexAttribDivisor, index, divisor)); in GL_VertexAttribDivisor()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_autogen.cpp4398 EVENT(context, GLVertexAttribDivisor, "context = %d, index = %u, divisor = %u", CID(context), in GL_VertexAttribDivisor()
4406 context, angle::EntryPoint::GLVertexAttribDivisor, index, divisor)); in GL_VertexAttribDivisor()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_3_0_autogen.cpp2603 return CallCapture(angle::EntryPoint::GLVertexAttribDivisor, std::move(paramBuffer)); in CaptureVertexAttribDivisor()
Dframe_capture_replay_autogen.cpp3302 case angle::EntryPoint::GLVertexAttribDivisor: in ReplayCall()