Searched defs:gl_impl (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dshare_group.h49 GLES2Implementation* gl_impl,
54 GLES2Implementation* gl_impl, GLsizei n, const GLuint* ids,
61 virtual void FreeContext(GLES2Implementation* gl_impl) = 0;
82 void FreeContext(GLES2Implementation* gl_impl) { argument
84 id_handlers_[i]->FreeContext(gl_impl);
H A Dshare_group.cc33 GLES2Implementation* /* gl_impl */,
50 GLES2Implementation* gl_impl,
58 (gl_impl->*delete_fn)(n, ids);
63 gl_impl->helper()->CommandBufferHelper::Flush();
75 virtual void FreeContext(GLES2Implementation* gl_impl) OVERRIDE {}
89 virtual void MakeIds(GLES2Implementation* gl_impl,
96 CollectPendingFreeIds(gl_impl); variable
116 virtual bool FreeIds(GLES2Implementation* gl_impl,
122 (gl_impl->*delete_fn)(n, ids);
128 CollectPendingFreeIds(gl_impl); variable
162 CollectPendingFreeIds(gl_impl); variable
168 CollectPendingFreeIds(GLES2Implementation* gl_impl) argument
[all...]
H A Dgles2_implementation_unittest.cc305 static void Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) { argument
306 gl_impl->GenBuffers(n, ids);
309 static void Delete(GLES2Implementation* gl_impl, argument
312 gl_impl->DeleteBuffers(n, ids);
319 static void Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) { argument
320 gl_impl->GenFramebuffers(n, ids);
323 static void Delete(GLES2Implementation* gl_impl, argument
326 gl_impl->DeleteFramebuffers(n, ids);
333 static void Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) { argument
334 gl_impl
337 Delete(GLES2Implementation* gl_impl, GLsizei n, const GLuint* ids) argument
347 Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) argument
351 Delete(GLES2Implementation* gl_impl, GLsizei n, const GLuint* ids) argument
[all...]

Completed in 82 milliseconds