Searched defs:MapTexSubImage2DCHROMIUM (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ppapi/c/dev/
H A Dppb_gles_chromium_texture_mapping_dev.h35 void* (*MapTexSubImage2DCHROMIUM)( member in struct:PPB_GLESChromiumTextureMapping_Dev_0_1
49 // the buffer. 'mem' must be the pointer returned by MapTexSubImage2DCHROMIUM.
/external/chromium_org/ppapi/thunk/
H A Dppb_gles_chromium_texture_mapping_thunk.cc17 void* MapTexSubImage2DCHROMIUM(PP_Resource context, function in namespace:ppapi::thunk::__anon10277
29 return enter.object()->MapTexSubImage2DCHROMIUM(
43 &MapTexSubImage2DCHROMIUM,
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dgraphics_3d_resource.cc119 void* Graphics3DResource::MapTexSubImage2DCHROMIUM(GLenum target, function in class:mojo::examples::Graphics3DResource
/external/chromium_org/ppapi/shared_impl/
H A Dppb_graphics_3d_shared.cc76 void* PPB_Graphics3D_Shared::MapTexSubImage2DCHROMIUM(GLenum target, function in class:ppapi::PPB_Graphics3D_Shared
85 return gles2_impl_->MapTexSubImage2DCHROMIUM(
H A Dppb_opengles2_shared.cc1541 void* MapTexSubImage2DCHROMIUM(PP_Resource context_id, function in namespace:ppapi::__anon10171
1553 return ToGles2Impl(&enter)->MapTexSubImage2DCHROMIUM(
1713 &MapTexSubImage2DCHROMIUM, &UnmapTexSubImage2DCHROMIUM};
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h691 void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM(GLenum /* target */, function in class:GLES2InterfaceStub
H A Dgles2_implementation.cc2991 void* GLES2Implementation::MapTexSubImage2DCHROMIUM( function in class:gpu::gles2::GLES2Implementation
H A Dgles2_trace_implementation_impl_autogen.h1205 void* GLES2TraceImplementation::MapTexSubImage2DCHROMIUM(GLenum target, function in class:GLES2TraceImplementation
1214 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::MapTexSubImage2DCHROMIUM");
1215 return gl_->MapTexSubImage2DCHROMIUM(
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h1104 void* (*MapTexSubImage2DCHROMIUM)(PP_Resource context, member in struct:PPB_OpenGLES2ChromiumMapSub_1_0
1124 void* (*MapTexSubImage2DCHROMIUM)(PP_Resource context, member in struct:PPB_OpenGLES2ChromiumMapSub

Completed in 189 milliseconds