HomeSort by relevance Sort by last modified time
    Searched refs:MapTexSubImage2DCHROMIUM (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/ppapi/thunk/
ppb_gles_chromium_texture_mapping_thunk.cc 17 void* MapTexSubImage2DCHROMIUM(PP_Resource context,
29 return enter.object()->MapTexSubImage2DCHROMIUM(
43 &MapTexSubImage2DCHROMIUM,
ppb_graphics_3d_api.h 44 virtual void* MapTexSubImage2DCHROMIUM(GLenum target,
  /external/chromium_org/ppapi/c/dev/
ppb_gles_chromium_texture_mapping_dev.h 35 void* (*MapTexSubImage2DCHROMIUM)(
49 // the buffer. 'mem' must be the pointer returned by MapTexSubImage2DCHROMIUM.
  /external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.cc 76 void* PPB_Graphics3D_Shared::MapTexSubImage2DCHROMIUM(GLenum target,
85 return gles2_impl_->MapTexSubImage2DCHROMIUM(
ppb_graphics_3d_shared.h 43 virtual void* MapTexSubImage2DCHROMIUM(GLenum target,
ppb_opengles2_shared.cc     [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
graphics_3d_resource.h 46 virtual void* MapTexSubImage2DCHROMIUM(GLenum target,
graphics_3d_resource.cc 118 void* Graphics3DResource::MapTexSubImage2DCHROMIUM(GLenum target,
  /external/chromium_org/cc/resources/
texture_uploader.cc 255 static_cast<uint8*>(gl_->MapTexSubImage2DCHROMIUM(GL_TEXTURE_2D,
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 195 #define glMapTexSubImage2DCHROMIUM GLES2_GET_FUN(MapTexSubImage2DCHROMIUM)
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc     [all...]
gles2_interface_stub_impl_autogen.h 691 void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM(GLenum /* target */,
    [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_autogen.h 586 virtual void* MapTexSubImage2DCHROMIUM(GLenum target,
gles2_interface_autogen.h 391 virtual void* MapTexSubImage2DCHROMIUM(GLenum target,
gles2_interface_stub_autogen.h 422 virtual void* MapTexSubImage2DCHROMIUM(GLenum target,
gles2_trace_implementation_autogen.h 422 virtual void* MapTexSubImage2DCHROMIUM(GLenum target,
gles2_c_lib_autogen.h 765 return gles2::GetGLContext()->MapTexSubImage2DCHROMIUM(
    [all...]
gles2_implementation.cc     [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 580 void* (*MapTexSubImage2DCHROMIUM)(PP_Resource context,
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c     [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 186 DELEGATE_TO_GL_9R(mapTexSubImage2DCHROMIUM, MapTexSubImage2DCHROMIUM, WGC3Denum,
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2ext.h     [all...]

Completed in 1841 milliseconds