Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h1709 GLWindowPos2i, enumerator
Dentry_points_enum_autogen.cpp3403 case EntryPoint::GLWindowPos2i: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp9027 EVENT(context, GLWindowPos2i, "context = %d, x = %d, y = %d", CID(context), x, y); in GL_WindowPos2i()
9036 angle::EntryPoint::GLWindowPos2i) && in GL_WindowPos2i()
9037 ValidateWindowPos2i(context, angle::EntryPoint::GLWindowPos2i, x, y))); in GL_WindowPos2i()
/external/angle/src/libANGLE/capture/
Dcapture_gl_1_autogen.cpp6270 return CallCapture(angle::EntryPoint::GLWindowPos2i, std::move(paramBuffer)); in CaptureWindowPos2i()