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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h613 GLboolean GLES2InterfaceStub::IsQueryEXT(GLuint /* id */) { function in class:GLES2InterfaceStub
H A Dgles2_implementation.cc3357 GLboolean GLES2Implementation::IsQueryEXT(GLuint id) { function in class:gpu::gles2::GLES2Implementation
3359 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] IsQueryEXT(" << id << ")");
H A Dgles2_trace_implementation_impl_autogen.h1062 GLboolean GLES2TraceImplementation::IsQueryEXT(GLuint id) { function in class:GLES2TraceImplementation
1063 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::IsQueryEXT");
1064 return gl_->IsQueryEXT(id);
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h1142 GLboolean (*IsQueryEXT)(PP_Resource context, GLuint id); member in struct:PPB_OpenGLES2Query_1_0
1160 GLboolean (*IsQueryEXT)(PP_Resource context, GLuint id); member in struct:PPB_OpenGLES2Query
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1436 GLboolean IsQueryEXT(PP_Resource context_id, GLuint id) { function in namespace:ppapi::__anon10171
1439 return ToGles2Impl(&enter)->IsQueryEXT(id);
1718 &GenQueriesEXT, &DeleteQueriesEXT, &IsQueryEXT, &BeginQueryEXT,

Completed in 95 milliseconds