Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
Dentry_points_enum_autogen.h1293 GLScissor, enumerator
Dentry_points_enum_autogen.cpp2571 case EntryPoint::GLScissor: in GetEntryPointName()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp2650 EVENT(context, GLScissor, "context = %d, x = %d, y = %d, width = %d, height = %d", CID(context), in GL_Scissor()
2658 ValidateScissor(context, angle::EntryPoint::GLScissor, x, y, width, height)); in GL_Scissor()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_2_0_autogen.cpp2148 return CallCapture(angle::EntryPoint::GLScissor, std::move(paramBuffer)); in CaptureScissor()
Dframe_capture_replay_autogen.cpp2637 case angle::EntryPoint::GLScissor: in ReplayCall()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp5420 EVENT(context, GLScissor, "context = %d, x = %d, y = %d, width = %d, height = %d", CID(context), in GL_Scissor()
5428 ValidateScissor(context, angle::EntryPoint::GLScissor, x, y, width, height)); in GL_Scissor()