Searched refs:ValidateReadPixelsBase (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationES.h | 151 bool ValidateReadPixelsBase(const Context *context,
|
D | validationES.cpp | 1909 if (!ValidateReadPixelsBase(context, x, y, width, height, format, type, bufSize, &writeLength, in ValidateReadPixelsRobustANGLE() 1943 return ValidateReadPixelsBase(context, x, y, width, height, format, type, bufSize, nullptr, in ValidateReadnPixelsEXT() 1969 if (!ValidateReadPixelsBase(context, x, y, width, height, format, type, bufSize, &writeLength, in ValidateReadnPixelsRobustANGLE() 6751 bool ValidateReadPixelsBase(const Context *context, in ValidateReadPixelsBase() function
|
D | validationES2.cpp | 5652 return ValidateReadPixelsBase(context, x, y, width, height, format, type, -1, nullptr, nullptr, in ValidateReadPixels()
|