Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES.h151 bool ValidateReadPixelsBase(const Context *context,
DvalidationES.cpp1909 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
DvalidationES2.cpp5652 return ValidateReadPixelsBase(context, x, y, width, height, format, type, -1, nullptr, nullptr, in ValidateReadPixels()