Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationES3.cpp2741 bool ValidateIndexedStateQuery(const Context *context, GLenum pname, GLuint index, GLsizei *length) in ValidateIndexedStateQuery() function
2909 return ValidateIndexedStateQuery(context, target, index, nullptr); in ValidateGetIntegeri_v()
2932 if (!ValidateIndexedStateQuery(context, target, index, &numParams)) in ValidateGetIntegeri_vRobustANGLE()
2957 return ValidateIndexedStateQuery(context, target, index, nullptr); in ValidateGetInteger64i_v()
2980 if (!ValidateIndexedStateQuery(context, target, index, &numParams)) in ValidateGetInteger64i_vRobustANGLE()
DvalidationES31.cpp380 if (!ValidateIndexedStateQuery(context, target, index, nullptr)) in ValidateGetBooleani_v()
409 if (!ValidateIndexedStateQuery(context, target, index, &numParams)) in ValidateGetBooleani_vRobustANGLE()
DvalidationES.h683 bool ValidateIndexedStateQuery(const Context *context, GLenum pname, GLuint index, GLsizei *length);