Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES.cpp4229 static bool ValidateSizedGetUniform(const Context *context, in ValidateSizedGetUniform() function
4276 return ValidateSizedGetUniform(context, program, location, bufSize, nullptr); in ValidateGetnUniformfvEXT()
4296 return ValidateSizedGetUniform(context, program, location, bufSize, nullptr); in ValidateGetnUniformivEXT()
4336 if (!ValidateSizedGetUniform(context, program, location, bufSize, &writeLength)) in ValidateGetUniformfvRobustANGLE()
4361 if (!ValidateSizedGetUniform(context, program, location, bufSize, &writeLength)) in ValidateGetUniformivRobustANGLE()
4392 if (!ValidateSizedGetUniform(context, program, location, bufSize, &writeLength)) in ValidateGetUniformuivRobustANGLE()