Searched defs:UnmapTexSubImage2DCHROMIUM (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ppapi/c/dev/
H A Dppb_gles_chromium_texture_mapping_dev.h33 // UnmapTexSubImage2DCHROMIUM is called. NOTE: for a GL_WRITE_ONLY map, it
50 void (*UnmapTexSubImage2DCHROMIUM)(PP_Resource context, const void* mem); member in struct:PPB_GLESChromiumTextureMapping_Dev_0_1
/external/chromium_org/ppapi/thunk/
H A Dppb_gles_chromium_texture_mapping_thunk.cc35 void UnmapTexSubImage2DCHROMIUM(PP_Resource context, const void* mem) { function in namespace:ppapi::thunk::__anon9619
38 enter.object()->UnmapTexSubImage2DCHROMIUM(mem);
44 &UnmapTexSubImage2DCHROMIUM
/external/chromium_org/ppapi/shared_impl/
H A Dppb_graphics_3d_shared.cc93 void PPB_Graphics3D_Shared::UnmapTexSubImage2DCHROMIUM(const void* mem) { function in class:ppapi::PPB_Graphics3D_Shared
95 gles2_impl_->UnmapTexSubImage2DCHROMIUM(mem);
H A Dppb_opengles2_shared.cc820 void UnmapTexSubImage2DCHROMIUM(PP_Resource context_id, const void* mem) { function in namespace:ppapi::__anon9519
821 GetGLES(context_id)->UnmapTexSubImage2DCHROMIUM(mem);
1022 &UnmapTexSubImage2DCHROMIUM
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h555 void GLES2InterfaceStub::UnmapTexSubImage2DCHROMIUM(const void* /* mem */) { function in class:GLES2InterfaceStub
H A Dgles2_implementation.cc2841 void GLES2Implementation::UnmapTexSubImage2DCHROMIUM(const void* mem) { function in class:gpu::gles2::GLES2Implementation
2848 GL_INVALID_VALUE, "UnmapTexSubImage2DCHROMIUM", "texture not mapped");
H A Dgles2_trace_implementation_impl_autogen.h1024 void GLES2TraceImplementation::UnmapTexSubImage2DCHROMIUM(const void* mem) { function in class:GLES2TraceImplementation
1025 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::UnmapTexSubImage2DCHROMIUM"); // NOLINT
1026 gl_->UnmapTexSubImage2DCHROMIUM(mem);
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h357 void (*UnmapTexSubImage2DCHROMIUM)(PP_Resource context, const void* mem); member in struct:PPB_OpenGLES2ChromiumMapSub

Completed in 150 milliseconds