Searched refs:BeginQueryEXT (Results 1 – 5 of 5) sorted by relevance
/external/angle/extensions/ |
D | CHROMIUM_sync_query.txt | 42 Accepted by the <target> parameter of BeginQueryEXT, EndQueryEXT,
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 35 return gl::BeginQueryEXT(target, name); in glBeginQueryEXT() 1547 this->glBeginQueryEXT = gl::BeginQueryEXT; in LibGLESv2exports()
|
D | entry_points.h | 26 void GL_APIENTRY BeginQueryEXT(GLenum target, GLuint name);
|
D | libGLESv2.cpp | 119 void GL_APIENTRY BeginQueryEXT(GLenum target, GLuint name) in BeginQueryEXT() function 6284 FUNCTION(BeginQueryEXT), in es2GetProcAddress()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.cpp | 4044 ANGLE_CAPTURE(BeginQueryEXT, isCallValid, context, targetPacked, idPacked); in GL_BeginQueryEXT()
|