Searched refs:ValidateReadPixelsBase (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | validationES32.cpp | 719 return ValidateReadPixelsBase(context, entryPoint, x, y, width, height, format, type, bufSize, in ValidateReadnPixels()
|
H A D | validationES.cpp | 2287 if (!ValidateReadPixelsBase(context, entryPoint, x, y, width, height, format, type, bufSize, in ValidateReadPixelsRobustANGLE() 2322 return ValidateReadPixelsBase(context, entryPoint, x, y, width, height, format, type, bufSize, in ValidateReadnPixelsEXT() 2349 if (!ValidateReadPixelsBase(context, entryPoint, x, y, width, height, format, type, bufSize, in ValidateReadnPixelsRobustANGLE() 7538 bool ValidateReadPixelsBase(const Context *context, in ValidateReadPixelsBase() function
|
H A D | validationES.h | 177 bool ValidateReadPixelsBase(const Context *context,
|
H A D | validationESEXT.cpp | 938 return ValidateReadPixelsBase(context, entryPoint, x, y, width, height, format, type, bufSize, in ValidateReadnPixelsKHR()
|
H A D | validationES2.cpp | 6083 return ValidateReadPixelsBase(context, entryPoint, x, y, width, height, format, type, -1, in ValidateReadPixels()
|