Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationGL1.cpp802 bool ValidateRasterPos2s(const Context *, GLshort x, GLshort y) in ValidateRasterPos2s() function
DvalidationGL1_autogen.h265 bool ValidateRasterPos2s(const Context *context, GLshort x, GLshort y);
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_1_0_autogen.cpp3771 bool isCallValid = (context->skipValidation() || ValidateRasterPos2s(context, x, y)); in RasterPos2s()