Searched refs:GLGetGraphicsResetStatus (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_2_autogen.cpp | 543 EVENT(context, GLGetGraphicsResetStatus, "context = %d", CID(context)); in GL_GetGraphicsResetStatus() 557 GetDefaultReturnValue<angle::EntryPoint::GLGetGraphicsResetStatus, GLenum>(); in GL_GetGraphicsResetStatus() 564 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLGetGraphicsResetStatus, GLenum>(); in GL_GetGraphicsResetStatus()
|
/external/angle/src/common/ |
D | entry_points_enum_autogen.h | 663 GLGetGraphicsResetStatus, enumerator
|
D | entry_points_enum_autogen.cpp | 1311 case EntryPoint::GLGetGraphicsResetStatus: in GetEntryPointName()
|
/external/angle/src/libANGLE/capture/ |
D | capture_gles_3_2_autogen.cpp | 535 return CallCapture(angle::EntryPoint::GLGetGraphicsResetStatus, std::move(paramBuffer)); in CaptureGetGraphicsResetStatus()
|
D | frame_capture_replay_autogen.cpp | 1176 case angle::EntryPoint::GLGetGraphicsResetStatus: in ReplayCall()
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 6726 EVENT(context, GLGetGraphicsResetStatus, "context = %d", CID(context)); in GL_GetGraphicsResetStatus() 6740 GetDefaultReturnValue<angle::EntryPoint::GLGetGraphicsResetStatus, GLenum>(); in GL_GetGraphicsResetStatus() 6747 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLGetGraphicsResetStatus, GLenum>(); in GL_GetGraphicsResetStatus()
|