Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h319 GLCheckFramebufferStatus, enumerator
Dentry_points_enum_autogen.cpp623 case EntryPoint::GLCheckFramebufferStatus: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp396 EVENT(context, GLCheckFramebufferStatus, "context = %d, target = %s", CID(context), in GL_CheckFramebufferStatus()
405 context, angle::EntryPoint::GLCheckFramebufferStatus, target)); in GL_CheckFramebufferStatus()
413 GetDefaultReturnValue<angle::EntryPoint::GLCheckFramebufferStatus, GLenum>(); in GL_CheckFramebufferStatus()
420 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLCheckFramebufferStatus, GLenum>(); in GL_CheckFramebufferStatus()
/external/angle/src/libGL/
Dentry_points_gl_3_autogen.cpp284 EVENT(context, GLCheckFramebufferStatus, "context = %d, target = %s", CID(context), in GL_CheckFramebufferStatus()
293 context, angle::EntryPoint::GLCheckFramebufferStatus, target)); in GL_CheckFramebufferStatus()
301 GetDefaultReturnValue<angle::EntryPoint::GLCheckFramebufferStatus, GLenum>(); in GL_CheckFramebufferStatus()
308 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLCheckFramebufferStatus, GLenum>(); in GL_CheckFramebufferStatus()
/external/angle/src/libANGLE/capture/
Dcapture_gles_2_0_autogen.cpp277 return CallCapture(angle::EntryPoint::GLCheckFramebufferStatus, std::move(paramBuffer)); in CaptureCheckFramebufferStatus()
Dframe_capture_replay_autogen.cpp272 case angle::EntryPoint::GLCheckFramebufferStatus: in ReplayCall()