Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h1336 GLScissor, enumerator
Dentry_points_enum_autogen.cpp2657 case EntryPoint::GLScissor: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp2919 EVENT(context, GLScissor, "context = %d, x = %d, y = %d, width = %d, height = %d", CID(context), in GL_Scissor()
2927 angle::EntryPoint::GLScissor, x, y, width, height)); in GL_Scissor()
/external/angle/src/libANGLE/capture/
Dcapture_gles_2_0_autogen.cpp2147 return CallCapture(angle::EntryPoint::GLScissor, std::move(paramBuffer)); in CaptureScissor()
/external/angle/util/capture/
Dframe_capture_replay_autogen.cpp3116 case angle::EntryPoint::GLScissor: in ReplayTraceFunctionCall()
Dtrace_interpreter_autogen.cpp5189 return CallCapture(EntryPoint::GLScissor, std::move(params)); in ParseCallCapture()