Home
last modified time | relevance | path

Searched defs:gl_impl (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
Dshare_group.cc50 GLES2Implementation* gl_impl, in FreeIds()
75 virtual void FreeContext(GLES2Implementation* gl_impl) OVERRIDE {} in FreeContext()
89 virtual void MakeIds(GLES2Implementation* gl_impl, in MakeIds()
116 virtual bool FreeIds(GLES2Implementation* gl_impl, in FreeIds()
160 virtual void FreeContext(GLES2Implementation* gl_impl) OVERRIDE { in FreeContext()
168 void CollectPendingFreeIds(GLES2Implementation* gl_impl) { in CollectPendingFreeIds()
210 GLES2Implementation* gl_impl, in FreeIds()
223 virtual void FreeContext(GLES2Implementation* gl_impl) OVERRIDE {} in FreeContext()
Dshare_group.h84 void FreeContext(GLES2Implementation* gl_impl) { in FreeContext()
Dgles2_implementation_unittest.cc305 static void Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) { in Gen()
309 static void Delete(GLES2Implementation* gl_impl, in Delete()
319 static void Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) { in Gen()
323 static void Delete(GLES2Implementation* gl_impl, in Delete()
333 static void Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) { in Gen()
337 static void Delete(GLES2Implementation* gl_impl, in Delete()
347 static void Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) { in Gen()
351 static void Delete(GLES2Implementation* gl_impl, in Delete()
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_programs.cc363 ScopedGLImplementationSetter gl_impl(::gfx::kGLImplementationEGLGLES2); in TEST_P() local