Home
last modified time | relevance | path

Searched refs:GLPopAttrib (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/common/
Dentry_points_enum_autogen.h1153 GLPopAttrib, enumerator
Dentry_points_enum_autogen.cpp2291 case EntryPoint::GLPopAttrib: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp3745 EVENT(context, GLPopAttrib, "context = %d", CID(context)); in GL_PopAttrib()
3754 angle::EntryPoint::GLPopAttrib) && in GL_PopAttrib()
3755 ValidatePopAttrib(context, angle::EntryPoint::GLPopAttrib))); in GL_PopAttrib()
/external/angle/src/libANGLE/capture/
Dcapture_gl_1_autogen.cpp2547 return CallCapture(angle::EntryPoint::GLPopAttrib, std::move(paramBuffer)); in CapturePopAttrib()