Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h649 GLGetError, enumerator
Dentry_points_enum_autogen.cpp1283 case EntryPoint::GLGetError: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp1581 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/
Dentry_points_gl_1_autogen.cpp1979 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/
Dcapture_gles_2_0_autogen.cpp1282 return CallCapture(angle::EntryPoint::GLGetError, std::move(paramBuffer)); in CaptureGetError()
Dframe_capture_replay_autogen.cpp1127 case angle::EntryPoint::GLGetError: in ReplayCall()