Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h1713 GLWindowPos3d, enumerator
Dentry_points_enum_autogen.cpp3411 case EntryPoint::GLWindowPos3d: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp9137 EVENT(context, GLWindowPos3d, "context = %d, x = %f, y = %f, z = %f", CID(context), x, y, z); in GL_WindowPos3d()
9146 angle::EntryPoint::GLWindowPos3d) && in GL_WindowPos3d()
9147 ValidateWindowPos3d(context, angle::EntryPoint::GLWindowPos3d, x, y, z))); in GL_WindowPos3d()
/external/angle/src/libANGLE/capture/
Dcapture_gl_1_autogen.cpp6339 return CallCapture(angle::EntryPoint::GLWindowPos3d, std::move(paramBuffer)); in CaptureWindowPos3d()