Searched refs:GLCheckFramebufferStatus (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/common/ |
D | entry_points_enum_autogen.h | 319 GLCheckFramebufferStatus, enumerator
|
D | entry_points_enum_autogen.cpp | 623 case EntryPoint::GLCheckFramebufferStatus: in GetEntryPointName()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 396 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/ |
D | entry_points_gl_3_autogen.cpp | 284 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/ |
D | capture_gles_2_0_autogen.cpp | 277 return CallCapture(angle::EntryPoint::GLCheckFramebufferStatus, std::move(paramBuffer)); in CaptureCheckFramebufferStatus()
|
D | frame_capture_replay_autogen.cpp | 272 case angle::EntryPoint::GLCheckFramebufferStatus: in ReplayCall()
|