Searched refs:GLGetError (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/common/ |
D | entry_points_enum_autogen.h | 649 GLGetError, enumerator
|
D | entry_points_enum_autogen.cpp | 1283 case EntryPoint::GLGetError: in GetEntryPointName()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 1581 EVENT(context, GLGetError, "context = %d", CID(context)); in GL_GetError() 1594 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLGetError, GLenum>(); in GL_GetError() 1601 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLGetError, GLenum>(); in GL_GetError()
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 1979 EVENT(context, GLGetError, "context = %d", CID(context)); in GL_GetError() 1992 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLGetError, GLenum>(); in GL_GetError() 1999 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLGetError, GLenum>(); in GL_GetError()
|
/external/angle/src/libANGLE/capture/ |
D | capture_gles_2_0_autogen.cpp | 1282 return CallCapture(angle::EntryPoint::GLGetError, std::move(paramBuffer)); in CaptureGetError()
|
D | frame_capture_replay_autogen.cpp | 1127 case angle::EntryPoint::GLGetError: in ReplayCall()
|