Searched refs:ValidateDepthRangef (Results 1 – 5 of 5) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | validationES2_autogen.h | 126 bool ValidateDepthRangef(const Context *context, GLfloat n, GLfloat f);
|
D | validationES2.cpp | 4502 bool ValidateDepthRangef(const Context *context, GLfloat zNear, GLfloat zFar) in ValidateDepthRangef() function
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_4_1_autogen.cpp | 190 bool isCallValid = (context->skipValidation() || ValidateDepthRangef(context, n, f)); in DepthRangef()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 846 bool isCallValid = (context->skipValidation() || ValidateDepthRangef(context, n, f)); in DepthRangef()
|
D | entry_points_gles_ext_autogen.cpp | 10364 bool isCallValid = (context->skipValidation() || ValidateDepthRangef(context, n, f)); in DepthRangefContextANGLE()
|