Home
last modified time | relevance | path

Searched refs:ValidateDepthRangef (Results 1 – 5 of 5) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationES2_autogen.h126 bool ValidateDepthRangef(const Context *context, GLfloat n, GLfloat f);
DvalidationES2.cpp4502 bool ValidateDepthRangef(const Context *context, GLfloat zNear, GLfloat zFar) in ValidateDepthRangef() function
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_4_1_autogen.cpp190 bool isCallValid = (context->skipValidation() || ValidateDepthRangef(context, n, f)); in DepthRangef()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp846 bool isCallValid = (context->skipValidation() || ValidateDepthRangef(context, n, f)); in DepthRangef()
Dentry_points_gles_ext_autogen.cpp10364 bool isCallValid = (context->skipValidation() || ValidateDepthRangef(context, n, f)); in DepthRangefContextANGLE()