Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h1282 GLRasterPos4f, enumerator
Dentry_points_enum_autogen.cpp2549 case EntryPoint::GLRasterPos4f: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp4350 EVENT(context, GLRasterPos4f, "context = %d, x = %f, y = %f, z = %f, w = %f", CID(context), x, in GL_RasterPos4f()
4360 angle::EntryPoint::GLRasterPos4f) && in GL_RasterPos4f()
4361 ValidateRasterPos4f(context, angle::EntryPoint::GLRasterPos4f, x, y, z, w))); in GL_RasterPos4f()
/external/angle/src/libANGLE/capture/
Dcapture_gl_1_autogen.cpp2900 return CallCapture(angle::EntryPoint::GLRasterPos4f, std::move(paramBuffer)); in CaptureRasterPos4f()