Searched refs:ValidateSizedGetUniform (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationES32.cpp | 427 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()
|
D | validationES.cpp | 4574 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()
|
D | validationES.h | 505 bool ValidateSizedGetUniform(const Context *context,
|