Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationES32.cpp719 return ValidateReadPixelsBase(context, entryPoint, x, y, width, height, format, type, bufSize, in ValidateReadnPixels()
H A DvalidationES.cpp2287 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 DvalidationES.h177 bool ValidateReadPixelsBase(const Context *context,
H A DvalidationESEXT.cpp938 return ValidateReadPixelsBase(context, entryPoint, x, y, width, height, format, type, bufSize, in ValidateReadnPixelsKHR()
H A DvalidationES2.cpp6083 return ValidateReadPixelsBase(context, entryPoint, x, y, width, height, format, type, -1, in ValidateReadPixels()