Searched defs:gl_impl (Results 1 – 4 of 4) sorted by relevance
| /external/chromium_org/gpu/command_buffer/client/ |
| D | share_group.cc | 50 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()
|
| D | share_group.h | 84 void FreeContext(GLES2Implementation* gl_impl) { in FreeContext()
|
| D | gles2_implementation_unittest.cc | 305 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/ |
| D | gles2_cmd_decoder_unittest_programs.cc | 363 ScopedGLImplementationSetter gl_impl(::gfx::kGLImplementationEGLGLES2); in TEST_P() local
|