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.h308 GLCheckFramebufferStatus, enumerator
Dentry_points_enum_autogen.cpp601 case EntryPoint::GLCheckFramebufferStatus: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp378 EVENT(context, GLCheckFramebufferStatus, "context = %d, target = %s", CID(context), in GL_CheckFramebufferStatus()
394 GetDefaultReturnValue<angle::EntryPoint::GLCheckFramebufferStatus, GLenum>(); in GL_CheckFramebufferStatus()
401 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLCheckFramebufferStatus, GLenum>(); in GL_CheckFramebufferStatus()
/external/angle/src/libGL/
Dentry_points_gl_3_autogen.cpp273 EVENT(context, GLCheckFramebufferStatus, "context = %d, target = %s", CID(context), in GL_CheckFramebufferStatus()
289 GetDefaultReturnValue<angle::EntryPoint::GLCheckFramebufferStatus, GLenum>(); in GL_CheckFramebufferStatus()
296 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()