Searched refs:GLScissor (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/common/ |
D | entry_points_enum_autogen.h | 1336 GLScissor, enumerator
|
D | entry_points_enum_autogen.cpp | 2657 case EntryPoint::GLScissor: in GetEntryPointName()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 2919 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/ |
D | capture_gles_2_0_autogen.cpp | 2147 return CallCapture(angle::EntryPoint::GLScissor, std::move(paramBuffer)); in CaptureScissor()
|
/external/angle/util/capture/ |
D | frame_capture_replay_autogen.cpp | 3116 case angle::EntryPoint::GLScissor: in ReplayTraceFunctionCall()
|
D | trace_interpreter_autogen.cpp | 5189 return CallCapture(EntryPoint::GLScissor, std::move(params)); in ParseCallCapture()
|