HomeSort by relevance Sort by last modified time
    Searched refs:IsQueryEXT (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 169 #define glIsQueryEXT GLES2_GET_FUN(IsQueryEXT)
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 480 GLboolean GLES2InterfaceStub::IsQueryEXT(GLuint /* id */) {
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_autogen.h 404 virtual GLboolean IsQueryEXT(GLuint id) OVERRIDE;
gles2_interface_autogen.h 237 virtual GLboolean IsQueryEXT(GLuint id) = 0;
gles2_interface_stub_autogen.h 262 virtual GLboolean IsQueryEXT(GLuint id) OVERRIDE;
gles2_trace_implementation_autogen.h 262 virtual GLboolean IsQueryEXT(GLuint id) OVERRIDE;
gles2_c_lib_autogen.h 549 return gles2::GetGLContext()->IsQueryEXT(id);
    [all...]
gles2_implementation.cc     [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 367 GLboolean (*IsQueryEXT)(PP_Resource context, GLuint id);
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 797 return ext->IsQueryEXT(glGetCurrentContextPPAPI(), id);
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc     [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc     [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2ext.h     [all...]

Completed in 365 milliseconds