Searched refs:MapTexSubImage2DCHROMIUM (Results 1 - 23 of 23) sorted by relevance

/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,
H A Dppb_graphics_3d_api.h44 virtual void* MapTexSubImage2DCHROMIUM(GLenum target,
/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/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_graphics_3d_shared.h43 virtual void* MapTexSubImage2DCHROMIUM(GLenum target,
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/mojo/examples/pepper_container_app/
H A Dgraphics_3d_resource.h46 virtual void* MapTexSubImage2DCHROMIUM(GLenum target,
H A Dgraphics_3d_resource.cc119 void* Graphics3DResource::MapTexSubImage2DCHROMIUM(GLenum target, function in class:mojo::examples::Graphics3DResource
/external/chromium_org/cc/resources/
H A Dtexture_uploader.cc261 static_cast<uint8*>(gl_->MapTexSubImage2DCHROMIUM(GL_TEXTURE_2D,
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h195 #define glMapTexSubImage2DCHROMIUM GLES2_GET_FUN(MapTexSubImage2DCHROMIUM)
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc1822 void* mem = gl_->MapTexSubImage2DCHROMIUM(
1873 mem = gl_->MapTexSubImage2DCHROMIUM(
1885 mem = gl_->MapTexSubImage2DCHROMIUM(
1897 mem = gl_->MapTexSubImage2DCHROMIUM(
1909 mem = gl_->MapTexSubImage2DCHROMIUM(
1921 mem = gl_->MapTexSubImage2DCHROMIUM(
1933 mem = gl_->MapTexSubImage2DCHROMIUM(
H A Dgles2_interface_stub_impl_autogen.h691 void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM(GLenum /* target */, function in class:GLES2InterfaceStub
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(
H A Dgles2_implementation_autogen.h586 virtual void* MapTexSubImage2DCHROMIUM(GLenum target,
H A Dgles2_interface_autogen.h391 virtual void* MapTexSubImage2DCHROMIUM(GLenum target,
H A Dgles2_interface_stub_autogen.h422 virtual void* MapTexSubImage2DCHROMIUM(GLenum target,
H A Dgles2_trace_implementation_autogen.h422 virtual void* MapTexSubImage2DCHROMIUM(GLenum target,
H A Dgles2_c_lib_autogen.h765 return gles2::GetGLContext()->MapTexSubImage2DCHROMIUM(
H A Dgles2_implementation.cc2991 void* GLES2Implementation::MapTexSubImage2DCHROMIUM( function in class:gpu::gles2::GLES2Implementation
/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
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c1038 return ext->MapTexSubImage2DCHROMIUM(glGetCurrentContextPPAPI(),
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc187 DELEGATE_TO_GL_9R(mapTexSubImage2DCHROMIUM, MapTexSubImage2DCHROMIUM, WGC3Denum,
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2ext.h1730 #define glMapTexSubImage2DCHROMIUM GLES2_GET_FUN(MapTexSubImage2DCHROMIUM)

Completed in 6399 milliseconds