Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
DvalidationES.h54 bool ValidateBeginQuery(Context *context, GLenum target, GLuint id);
DvalidationES.cpp971 bool ValidateBeginQuery(gl::Context *context, GLenum target, GLuint id) in ValidateBeginQuery() function
DlibGLESv2.cpp108 if (!ValidateBeginQuery(context, target, id)) in glBeginQueryEXT()
5315 if (!ValidateBeginQuery(context, target, id)) in glBeginQuery()