/external/chromium_org/ppapi/thunk/ |
D | ppb_gles_chromium_texture_mapping_thunk.cc | 35 void UnmapTexSubImage2DCHROMIUM(PP_Resource context, const void* mem) { in UnmapTexSubImage2DCHROMIUM() function 38 enter.object()->UnmapTexSubImage2DCHROMIUM(mem); in UnmapTexSubImage2DCHROMIUM() 44 &UnmapTexSubImage2DCHROMIUM
|
D | ppb_graphics_3d_api.h | 55 virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) = 0;
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_graphics_3d_shared.cc | 90 void PPB_Graphics3D_Shared::UnmapTexSubImage2DCHROMIUM(const void* mem) { in UnmapTexSubImage2DCHROMIUM() function in ppapi::PPB_Graphics3D_Shared 91 gles2_impl_->UnmapTexSubImage2DCHROMIUM(mem); in UnmapTexSubImage2DCHROMIUM()
|
D | ppb_graphics_3d_shared.h | 52 virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) OVERRIDE;
|
D | ppb_opengles2_shared.cc | 1324 void UnmapTexSubImage2DCHROMIUM(PP_Resource context_id, const void* mem) { in UnmapTexSubImage2DCHROMIUM() function 1327 ToGles2Impl(&enter)->UnmapTexSubImage2DCHROMIUM(mem); in UnmapTexSubImage2DCHROMIUM() 1539 &UnmapTexSubImage2DCHROMIUM in GetChromiumMapSubInterface()
|
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/ |
D | CHROMIUM_map_sub.txt | 118 void UnmapTexSubImage2DCHROMIUM (const void* mem) 122 after calling UnmapTexSubImage2DCHROMIUM the application should assume that 124 the application. Writing to it after calling UnmapTexSubImage2DCHROMIUM will 134 UnmapTexSubImage2DCHROMIUM.
|
/external/chromium_org/ppapi/c/dev/ |
D | ppb_gles_chromium_texture_mapping_dev.h | 50 void (*UnmapTexSubImage2DCHROMIUM)(PP_Resource context, const void* mem); member
|
/external/chromium_org/cc/scheduler/ |
D | texture_uploader.cc | 286 gl_->UnmapTexSubImage2DCHROMIUM(pixel_dest); in UploadWithMapTexSubImage()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 195 #define glUnmapTexSubImage2DCHROMIUM GLES2_GET_FUN(UnmapTexSubImage2DCHROMIUM)
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 559 void GLES2InterfaceStub::UnmapTexSubImage2DCHROMIUM(const void* /* mem */) { in UnmapTexSubImage2DCHROMIUM() function
|
D | gles2_trace_implementation_impl_autogen.h | 1032 void GLES2TraceImplementation::UnmapTexSubImage2DCHROMIUM(const void* mem) { in UnmapTexSubImage2DCHROMIUM() function 1034 gl_->UnmapTexSubImage2DCHROMIUM(mem); in UnmapTexSubImage2DCHROMIUM()
|
D | gles2_interface_autogen.h | 269 virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) = 0;
|
D | gles2_trace_implementation_autogen.h | 297 virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) OVERRIDE;
|
D | gles2_interface_stub_autogen.h | 297 virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) OVERRIDE;
|
D | gles2_implementation_autogen.h | 464 virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) OVERRIDE;
|
D | gles2_implementation_unittest.cc | 1613 gl_->UnmapTexSubImage2DCHROMIUM(mem); in TEST_F() 1726 gl_->UnmapTexSubImage2DCHROMIUM(kPtr); in TEST_F()
|
D | gles2_c_lib_autogen.h | 634 gles2::GetGLContext()->UnmapTexSubImage2DCHROMIUM(mem); in GLES2UnmapTexSubImage2DCHROMIUM()
|
D | gles2_implementation.cc | 2934 void GLES2Implementation::UnmapTexSubImage2DCHROMIUM(const void* mem) { in UnmapTexSubImage2DCHROMIUM() function in gpu::gles2::GLES2Implementation
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 357 void (*UnmapTexSubImage2DCHROMIUM)(PP_Resource context, const void* mem); member
|
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_in_process_command_buffer_impl.cc | 388 gl_->UnmapTexSubImage2DCHROMIUM(mem); in unmapTexSubImage2DCHROMIUM()
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
D | gles2.c | 867 ext->UnmapTexSubImage2DCHROMIUM(glGetCurrentContextPPAPI(), mem); in glUnmapTexSubImage2DCHROMIUM()
|
/external/chromium_org/content/common/gpu/client/ |
D | webgraphicscontext3d_command_buffer_impl.cc | 529 DELEGATE_TO_GL_1(unmapTexSubImage2DCHROMIUM, UnmapTexSubImage2DCHROMIUM, in DELEGATE_TO_GL_1() argument
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
D | gl2ext.h | 1731 #define glUnmapTexSubImage2DCHROMIUM GLES2_GET_FUN(UnmapTexSubImage2DCHROMIUM)
|