Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES.h172 bool ValidateReadPixelsBase(const Context *context,
DvalidationES.cpp2135 if (!ValidateReadPixelsBase(context, entryPoint, x, y, width, height, format, type, bufSize, in ValidateReadPixelsRobustANGLE()
2170 return ValidateReadPixelsBase(context, entryPoint, x, y, width, height, format, type, bufSize, in ValidateReadnPixelsEXT()
2197 if (!ValidateReadPixelsBase(context, entryPoint, x, y, width, height, format, type, bufSize, in ValidateReadnPixelsRobustANGLE()
7276 bool ValidateReadPixelsBase(const Context *context, in ValidateReadPixelsBase() function
DvalidationES2.cpp5777 return ValidateReadPixelsBase(context, entryPoint, x, y, width, height, format, type, -1, in ValidateReadPixels()