Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
Dmain.cpp260 GLboolean IsQueryEXT(GLuint name);
952 return es2::IsQueryEXT(name); in glIsQueryEXT()
1454 this->glIsQueryEXT = es2::IsQueryEXT; in LibGLESv2exports()
DlibGLESv2.cpp4377 GLboolean IsQueryEXT(GLuint name) in IsQueryEXT() function
/external/libmojo/mojo/gpu/
Dmojo_gles2_impl_autogen.h605 GLboolean IsQueryEXT(GLuint id) override;
Dmojo_gles2_impl_autogen.cc1275 GLboolean MojoGLES2Impl::IsQueryEXT(GLuint id) { in IsQueryEXT() function in mojo::MojoGLES2Impl