Searched refs:GLRasterPos4f (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/common/ |
D | entry_points_enum_autogen.h | 1282 GLRasterPos4f, enumerator
|
D | entry_points_enum_autogen.cpp | 2549 case EntryPoint::GLRasterPos4f: in GetEntryPointName()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gl_1_autogen.cpp | 4350 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/ |
D | capture_gl_1_autogen.cpp | 2900 return CallCapture(angle::EntryPoint::GLRasterPos4f, std::move(paramBuffer)); in CaptureRasterPos4f()
|