Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h1719 GLWindowPos3s, enumerator
Dentry_points_enum_autogen.cpp3423 case EntryPoint::GLWindowPos3s: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp9302 EVENT(context, GLWindowPos3s, "context = %d, x = %d, y = %d, z = %d", CID(context), x, y, z); in GL_WindowPos3s()
9311 angle::EntryPoint::GLWindowPos3s) && in GL_WindowPos3s()
9312 ValidateWindowPos3s(context, angle::EntryPoint::GLWindowPos3s, x, y, z))); in GL_WindowPos3s()
/external/angle/src/libANGLE/capture/
Dcapture_gl_1_autogen.cpp6446 return CallCapture(angle::EntryPoint::GLWindowPos3s, std::move(paramBuffer)); in CaptureWindowPos3s()