Searched refs:MapTexSubImage2DCHROMIUM (Results 1 - 22 of 22) 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::__anon10326
29 return enter.object()->MapTexSubImage2DCHROMIUM(
43 &MapTexSubImage2DCHROMIUM,
H A Dppb_graphics_3d_api.h46 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.cc77 void* PPB_Graphics3D_Shared::MapTexSubImage2DCHROMIUM(GLenum target, function in class:ppapi::PPB_Graphics3D_Shared
86 return gles2_impl_->MapTexSubImage2DCHROMIUM(
H A Dppb_graphics_3d_shared.h43 virtual void* MapTexSubImage2DCHROMIUM(GLenum target,
H A Dppb_opengles2_shared.cc1309 void* MapTexSubImage2DCHROMIUM( function in namespace:ppapi::__anon10227
1316 &enter)->MapTexSubImage2DCHROMIUM(
1538 &MapTexSubImage2DCHROMIUM,
/external/chromium_org/cc/scheduler/
H A Dtexture_uploader.cc255 static_cast<uint8*>(gl_->MapTexSubImage2DCHROMIUM(GL_TEXTURE_2D,
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h194 #define glMapTexSubImage2DCHROMIUM GLES2_GET_FUN(MapTexSubImage2DCHROMIUM)
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc1602 void* mem = gl_->MapTexSubImage2DCHROMIUM(
1653 mem = gl_->MapTexSubImage2DCHROMIUM(
1665 mem = gl_->MapTexSubImage2DCHROMIUM(
1677 mem = gl_->MapTexSubImage2DCHROMIUM(
1689 mem = gl_->MapTexSubImage2DCHROMIUM(
1701 mem = gl_->MapTexSubImage2DCHROMIUM(
1713 mem = gl_->MapTexSubImage2DCHROMIUM(
H A Dgles2_interface_stub_impl_autogen.h553 void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM( function in class:GLES2InterfaceStub
H A Dgles2_trace_implementation_impl_autogen.h1024 void* GLES2TraceImplementation::MapTexSubImage2DCHROMIUM( function in class:GLES2TraceImplementation
1027 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::MapTexSubImage2DCHROMIUM");
1028 return gl_->MapTexSubImage2DCHROMIUM(
H A Dgles2_implementation_autogen.h460 virtual void* MapTexSubImage2DCHROMIUM(
H A Dgles2_interface_autogen.h266 virtual void* MapTexSubImage2DCHROMIUM(
H A Dgles2_interface_stub_autogen.h294 virtual void* MapTexSubImage2DCHROMIUM(
H A Dgles2_trace_implementation_autogen.h294 virtual void* MapTexSubImage2DCHROMIUM(
H A Dgles2_c_lib_autogen.h630 return gles2::GetGLContext()->MapTexSubImage2DCHROMIUM(
H A Dgles2_implementation.cc2878 void* GLES2Implementation::MapTexSubImage2DCHROMIUM( function in class:gpu::gles2::GLES2Implementation
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h353 void* (*MapTexSubImage2DCHROMIUM)( member in struct:PPB_OpenGLES2ChromiumMapSub
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c857 return ext->MapTexSubImage2DCHROMIUM(
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc381 return gl_->MapTexSubImage2DCHROMIUM(
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.cc525 return gl_->MapTexSubImage2DCHROMIUM(
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2ext.h1730 #define glMapTexSubImage2DCHROMIUM GLES2_GET_FUN(MapTexSubImage2DCHROMIUM)

Completed in 650 milliseconds