Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp522 EVENT(context, GLFramebufferTexture, in GL_FramebufferTexture()
535 angle::EntryPoint::GLFramebufferTexture) && in GL_FramebufferTexture()
536 ValidateFramebufferTexture(context, angle::EntryPoint::GLFramebufferTexture, target, in GL_FramebufferTexture()
/external/angle/src/common/
Dentry_points_enum_autogen.h611 GLFramebufferTexture, enumerator
Dentry_points_enum_autogen.cpp1207 case EntryPoint::GLFramebufferTexture: in GetEntryPointName()
/external/angle/src/libANGLE/capture/
Dcapture_gles_3_2_autogen.cpp400 return CallCapture(angle::EntryPoint::GLFramebufferTexture, std::move(paramBuffer)); in CaptureFramebufferTexture()
/external/angle/util/capture/
Dframe_capture_replay_autogen.cpp1027 case angle::EntryPoint::GLFramebufferTexture: in ReplayTraceFunctionCall()
Dtrace_interpreter_autogen.cpp2258 return CallCapture(EntryPoint::GLFramebufferTexture, std::move(params)); in ParseCallCapture()