Home
last modified time | relevance | path

Searched refs:SetTexture (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/ppapi/thunk/
Dppb_compositor_layer_thunk.cc54 int32_t SetTexture(PP_Resource layer, in SetTexture() function
64 return enter.SetResult(enter.object()->SetTexture(context, in SetTexture()
148 &SetTexture,
Dppb_compositor_layer_api.h28 virtual int32_t SetTexture(
/external/chromium_org/ppapi/cpp/
Dcompositor_layer.cc61 int32_t CompositorLayer::SetTexture(const Graphics3D& context, in SetTexture() function in pp::CompositorLayer
67 return get_interface<PPB_CompositorLayer_0_2>()->SetTexture( in SetTexture()
74 return get_interface<PPB_CompositorLayer_0_1>()->SetTexture( in SetTexture()
Dcompositor_layer.h81 int32_t SetTexture(const Graphics3D& context,
/external/chromium_org/ppapi/c/
Dppb_compositor_layer.h127 int32_t (*SetTexture)(PP_Resource layer, member
243 int32_t (*SetTexture)(PP_Resource layer, member
/external/chromium_org/ppapi/tests/
Dtest_compositor.cc125 texture_layer.SetTexture(graphics_3d, GL_TEXTURE_2D, texture, in TestBindUnbind()
205 texture_layer.SetTexture(graphics_3d, GL_TEXTURE_2D, texture, in TestReleaseInternal()
270 texture_layer.SetTexture(graphics_3d, GL_TEXTURE_2D, texture, in TestReleaseWithoutCommitInternal()
353 texture_layer.SetTexture(graphics_3d, texture, GL_TEXTURE_2D, in TestGeneralInternal()
/external/chromium_org/ppapi/api/
Dppb_compositor.idl42 * layer_if->SetTexture(texture_layer, graphics3d, texture_id,
95 * <code>SetTexture</code> or <code>SetImage</code> should be used to
Dppb_compositor_layer.idl105 int32_t SetTexture([in] PP_Resource layer,
132 int32_t SetTexture([in] PP_Resource layer,
/external/chromium_org/ppapi/proxy/
Dcompositor_layer_resource.h61 virtual int32_t SetTexture(
Dcompositor_layer_resource.cc130 return SetTexture(context, GL_TEXTURE_2D, texture, size, release_callback); in SetTexture0_1()
133 int32_t CompositorLayerResource::SetTexture( in SetTexture() function in ppapi::proxy::CompositorLayerResource
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
DSwapChain9.cpp267 device->SetTexture(0, mOffscreenTexture); in swapRect()
304 device->SetTexture(0, NULL); in swapRect()
DBlit9.cpp190 device->SetTexture(0, texture); in boxFilter()
328 device->SetTexture(0, texture); in formatConvert()
607 device->SetTexture(0, NULL); in saveState()
DRenderer9.cpp705 mDevice->SetTexture(d3dSampler, d3dTexture); in setTexture()
/external/chromium_org/ppapi/examples/compositor/
Dcompositor.cc352 rv = stable_texture_layer_.SetTexture( in PrepareLayers()
402 rv = texture_layer_.SetTexture( in PrepareLayers()
/external/chromium_org/native_client_sdk/src/examples/demo/earth/
Dearth.cc206 void SetTexture(const std::string& name, int width, int height,
659 void Planet::SetTexture(const std::string& name, int width, int height, in SetTexture() function in Planet
762 SetTexture(name, width, height, pixels); in HandleEvent()
/external/chromium_org/third_party/webrtc/test/win/
Dd3d_renderer.cc212 d3d_device_->SetTexture(0, texture_); in RenderFrame()
/external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
Dearth.cc254 void SetTexture(const std::string& name, int width, int height,
699 void Planet::SetTexture(const std::string& name, int width, int height, in SetTexture() function in Planet
802 SetTexture(name, width, height, pixels); in HandleEvent()
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
Dearth.cc205 void SetTexture(const std::string& name, int width, int height,
718 void Planet::SetTexture(const std::string& name, int width, int height, in SetTexture() function in Planet
807 SetTexture(name, width, height, pixels); in HandleMessage()
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc648 _pd3dDevice->SetTexture(0, textureFromChannel); in UpdateRenderSurface()
663 _pd3dDevice->SetTexture(0, _pTextureLogo); in UpdateRenderSurface()
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c263 return iface->SetTexture(layer, context, texture, size, *cc); in Pnacl_M37_PPB_CompositorLayer_SetTexture()
317 return iface->SetTexture(layer, context, target, texture, size, *cc); in Pnacl_M38_PPB_CompositorLayer_SetTexture()
4541 ….SetTexture = (int32_t (*)(PP_Resource layer, PP_Resource context, uint32_t texture, const struct …
4554 ….SetTexture = (int32_t (*)(PP_Resource layer, PP_Resource context, uint32_t target, uint32_t textu…