Home
last modified time | relevance | path

Searched refs:UnmapTexSubImage2DCHROMIUM (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/ppapi/thunk/
Dppb_gles_chromium_texture_mapping_thunk.cc35 void UnmapTexSubImage2DCHROMIUM(PP_Resource context, const void* mem) { in UnmapTexSubImage2DCHROMIUM() function
38 enter.object()->UnmapTexSubImage2DCHROMIUM(mem); in UnmapTexSubImage2DCHROMIUM()
44 &UnmapTexSubImage2DCHROMIUM
Dppb_graphics_3d_api.h55 virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) = 0;
/external/chromium_org/ppapi/shared_impl/
Dppb_graphics_3d_shared.cc90 void PPB_Graphics3D_Shared::UnmapTexSubImage2DCHROMIUM(const void* mem) { in UnmapTexSubImage2DCHROMIUM() function in ppapi::PPB_Graphics3D_Shared
91 gles2_impl_->UnmapTexSubImage2DCHROMIUM(mem); in UnmapTexSubImage2DCHROMIUM()
Dppb_graphics_3d_shared.h52 virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) OVERRIDE;
Dppb_opengles2_shared.cc1324 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/
DCHROMIUM_map_sub.txt118 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/
Dppb_gles_chromium_texture_mapping_dev.h50 void (*UnmapTexSubImage2DCHROMIUM)(PP_Resource context, const void* mem); member
/external/chromium_org/cc/scheduler/
Dtexture_uploader.cc286 gl_->UnmapTexSubImage2DCHROMIUM(pixel_dest); in UploadWithMapTexSubImage()
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h195 #define glUnmapTexSubImage2DCHROMIUM GLES2_GET_FUN(UnmapTexSubImage2DCHROMIUM)
/external/chromium_org/gpu/command_buffer/client/
Dgles2_interface_stub_impl_autogen.h559 void GLES2InterfaceStub::UnmapTexSubImage2DCHROMIUM(const void* /* mem */) { in UnmapTexSubImage2DCHROMIUM() function
Dgles2_trace_implementation_impl_autogen.h1032 void GLES2TraceImplementation::UnmapTexSubImage2DCHROMIUM(const void* mem) { in UnmapTexSubImage2DCHROMIUM() function
1034 gl_->UnmapTexSubImage2DCHROMIUM(mem); in UnmapTexSubImage2DCHROMIUM()
Dgles2_interface_autogen.h269 virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) = 0;
Dgles2_trace_implementation_autogen.h297 virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) OVERRIDE;
Dgles2_interface_stub_autogen.h297 virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) OVERRIDE;
Dgles2_implementation_autogen.h464 virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) OVERRIDE;
Dgles2_implementation_unittest.cc1613 gl_->UnmapTexSubImage2DCHROMIUM(mem); in TEST_F()
1726 gl_->UnmapTexSubImage2DCHROMIUM(kPtr); in TEST_F()
Dgles2_c_lib_autogen.h634 gles2::GetGLContext()->UnmapTexSubImage2DCHROMIUM(mem); in GLES2UnmapTexSubImage2DCHROMIUM()
Dgles2_implementation.cc2934 void GLES2Implementation::UnmapTexSubImage2DCHROMIUM(const void* mem) { in UnmapTexSubImage2DCHROMIUM() function in gpu::gles2::GLES2Implementation
/external/chromium_org/ppapi/c/
Dppb_opengles2.h357 void (*UnmapTexSubImage2DCHROMIUM)(PP_Resource context, const void* mem); member
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_in_process_command_buffer_impl.cc388 gl_->UnmapTexSubImage2DCHROMIUM(mem); in unmapTexSubImage2DCHROMIUM()
/external/chromium_org/ppapi/lib/gl/gles2/
Dgles2.c867 ext->UnmapTexSubImage2DCHROMIUM(glGetCurrentContextPPAPI(), mem); in glUnmapTexSubImage2DCHROMIUM()
/external/chromium_org/content/common/gpu/client/
Dwebgraphicscontext3d_command_buffer_impl.cc529 DELEGATE_TO_GL_1(unmapTexSubImage2DCHROMIUM, UnmapTexSubImage2DCHROMIUM, in DELEGATE_TO_GL_1() argument
/external/chromium_org/ppapi/lib/gl/include/GLES2/
Dgl2ext.h1731 #define glUnmapTexSubImage2DCHROMIUM GLES2_GET_FUN(UnmapTexSubImage2DCHROMIUM)