Home
last modified time | relevance | path

Searched refs:ValidateWindowPos2d (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationGL14.cpp160 bool ValidateWindowPos2d(const Context *context, GLdouble x, GLdouble y) in ValidateWindowPos2d() function
DvalidationGL14_autogen.h62 bool ValidateWindowPos2d(const Context *context, GLdouble x, GLdouble y);
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_1_4_autogen.cpp661 bool isCallValid = (context->skipValidation() || ValidateWindowPos2d(context, x, y)); in WindowPos2d()