Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES32.cpp427 return ValidateSizedGetUniform(context, entryPoint, program, location, bufSize, nullptr); in ValidateGetnUniformfv()
437 return ValidateSizedGetUniform(context, entryPoint, program, location, bufSize, nullptr); in ValidateGetnUniformiv()
447 return ValidateSizedGetUniform(context, entryPoint, program, location, bufSize, nullptr); in ValidateGetnUniformuiv()
DvalidationES.cpp4574 bool ValidateSizedGetUniform(const Context *context, in ValidateSizedGetUniform() function
4623 return ValidateSizedGetUniform(context, entryPoint, program, location, bufSize, nullptr); in ValidateGetnUniformfvEXT()
4645 return ValidateSizedGetUniform(context, entryPoint, program, location, bufSize, nullptr); in ValidateGetnUniformivEXT()
4688 if (!ValidateSizedGetUniform(context, entryPoint, program, location, bufSize, &writeLength)) in ValidateGetUniformfvRobustANGLE()
4714 if (!ValidateSizedGetUniform(context, entryPoint, program, location, bufSize, &writeLength)) in ValidateGetUniformivRobustANGLE()
4746 if (!ValidateSizedGetUniform(context, entryPoint, program, location, bufSize, &writeLength)) in ValidateGetUniformuivRobustANGLE()
DvalidationES.h505 bool ValidateSizedGetUniform(const Context *context,