Home
last modified time | relevance | path

Searched defs:IsQueryEXT (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ppapi/c/
Dppb_opengles2.h1142 GLboolean (*IsQueryEXT)(PP_Resource context, GLuint id); member
1160 GLboolean (*IsQueryEXT)(PP_Resource context, GLuint id); member
/external/chromium_org/gpu/command_buffer/client/
Dgles2_interface_stub_impl_autogen.h613 GLboolean GLES2InterfaceStub::IsQueryEXT(GLuint /* id */) { in IsQueryEXT() function
Dgles2_trace_implementation_impl_autogen.h1062 GLboolean GLES2TraceImplementation::IsQueryEXT(GLuint id) { in IsQueryEXT() function
Dgles2_implementation.cc3357 GLboolean GLES2Implementation::IsQueryEXT(GLuint id) { in IsQueryEXT() function in gpu::gles2::GLES2Implementation
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc1436 GLboolean IsQueryEXT(PP_Resource context_id, GLuint id) { in IsQueryEXT() function