Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationGL14.cpp210 bool ValidateWindowPos3f(const Context *context, GLfloat x, GLfloat y, GLfloat z) in ValidateWindowPos3f() function
DvalidationGL14_autogen.h72 bool ValidateWindowPos3f(const Context *context, GLfloat x, GLfloat y, GLfloat z);
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_1_4_autogen.cpp838 bool isCallValid = (context->skipValidation() || ValidateWindowPos3f(context, x, y, z)); in WindowPos3f()