Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationGL14.cpp175 bool ValidateWindowPos2fv(const Context *context, const GLfloat *v) in ValidateWindowPos2fv() function
DvalidationGL14_autogen.h65 bool ValidateWindowPos2fv(const Context *context, const GLfloat *v);
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_1_4_autogen.cpp714 bool isCallValid = (context->skipValidation() || ValidateWindowPos2fv(context, v)); in WindowPos2fv()