Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationES1_autogen.h29 bool ValidateClipPlanef(const Context *context, GLenum p, const GLfloat *eqn);
DvalidationES1.cpp680 bool ValidateClipPlanef(const Context *context, GLenum plane, const GLfloat *eqn) in ValidateClipPlanef() function
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp129 bool isCallValid = (context->skipValidation() || ValidateClipPlanef(context, p, eqn)); in ClipPlanef()
Dentry_points_gles_ext_autogen.cpp8831 bool isCallValid = (context->skipValidation() || ValidateClipPlanef(context, p, eqn)); in ClipPlanefContextANGLE()