Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES.h201 bool ValidateBeginQueryEXT(const Context *context, QueryType target, QueryID id);
DvalidationESEXT_autogen.h827 bool ValidateBeginQueryEXT(const Context *context, QueryType targetPacked, QueryID idPacked);
DvalidationES.cpp2077 bool ValidateBeginQueryEXT(const Context *context, QueryType target, QueryID id) in ValidateBeginQueryEXT() function
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp4039 (context->skipValidation() || ValidateBeginQueryEXT(context, targetPacked, idPacked)); in GL_BeginQueryEXT()