Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h1711 GLWindowPos2s, enumerator
Dentry_points_enum_autogen.cpp3407 case EntryPoint::GLWindowPos2s: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp9082 EVENT(context, GLWindowPos2s, "context = %d, x = %d, y = %d", CID(context), x, y); in GL_WindowPos2s()
9091 angle::EntryPoint::GLWindowPos2s) && in GL_WindowPos2s()
9092 ValidateWindowPos2s(context, angle::EntryPoint::GLWindowPos2s, x, y))); in GL_WindowPos2s()
/external/angle/src/libANGLE/capture/
Dcapture_gl_1_autogen.cpp6302 return CallCapture(angle::EntryPoint::GLWindowPos2s, std::move(paramBuffer)); in CaptureWindowPos2s()