Searched refs:GLCheckFramebufferStatus (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/common/ |
D | entry_points_enum_autogen.h | 308 GLCheckFramebufferStatus, enumerator
|
D | entry_points_enum_autogen.cpp | 601 case EntryPoint::GLCheckFramebufferStatus: in GetEntryPointName()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 378 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/ |
D | entry_points_gl_3_autogen.cpp | 273 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/ |
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()
|