Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationES1_autogen.h73 bool ValidateGetClipPlanex(const Context *context, GLenum plane, const GLfixed *equation);
DvalidationES1.cpp843 bool ValidateGetClipPlanex(const Context *context, GLenum plane, const GLfixed *equation) in ValidateGetClipPlanex() function
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp446 (context->skipValidation() || ValidateGetClipPlanex(context, plane, equation)); in GetClipPlanex()
Dentry_points_gles_ext_autogen.cpp13094 (context->skipValidation() || ValidateGetClipPlanex(context, plane, equation)); in GetClipPlanexContextANGLE()