/external/chromium_org/ppapi/thunk/ |
D | ppb_compositor_layer_thunk.cc | 54 int32_t SetTexture(PP_Resource layer, in SetTexture() function 64 return enter.SetResult(enter.object()->SetTexture(context, in SetTexture() 148 &SetTexture,
|
D | ppb_compositor_layer_api.h | 28 virtual int32_t SetTexture(
|
/external/chromium_org/ppapi/cpp/ |
D | compositor_layer.cc | 61 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()
|
D | compositor_layer.h | 81 int32_t SetTexture(const Graphics3D& context,
|
/external/chromium_org/ppapi/c/ |
D | ppb_compositor_layer.h | 127 int32_t (*SetTexture)(PP_Resource layer, member 243 int32_t (*SetTexture)(PP_Resource layer, member
|
/external/chromium_org/ppapi/tests/ |
D | test_compositor.cc | 125 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/ |
D | ppb_compositor.idl | 42 * layer_if->SetTexture(texture_layer, graphics3d, texture_id, 95 * <code>SetTexture</code> or <code>SetImage</code> should be used to
|
D | ppb_compositor_layer.idl | 105 int32_t SetTexture([in] PP_Resource layer, 132 int32_t SetTexture([in] PP_Resource layer,
|
/external/chromium_org/ppapi/proxy/ |
D | compositor_layer_resource.h | 61 virtual int32_t SetTexture(
|
D | compositor_layer_resource.cc | 130 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/ |
D | SwapChain9.cpp | 267 device->SetTexture(0, mOffscreenTexture); in swapRect() 304 device->SetTexture(0, NULL); in swapRect()
|
D | Blit9.cpp | 190 device->SetTexture(0, texture); in boxFilter() 328 device->SetTexture(0, texture); in formatConvert() 607 device->SetTexture(0, NULL); in saveState()
|
D | Renderer9.cpp | 705 mDevice->SetTexture(d3dSampler, d3dTexture); in setTexture()
|
/external/chromium_org/ppapi/examples/compositor/ |
D | compositor.cc | 352 rv = stable_texture_layer_.SetTexture( in PrepareLayers() 402 rv = texture_layer_.SetTexture( in PrepareLayers()
|
/external/chromium_org/native_client_sdk/src/examples/demo/earth/ |
D | earth.cc | 206 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/ |
D | d3d_renderer.cc | 212 d3d_device_->SetTexture(0, texture_); in RenderFrame()
|
/external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/ |
D | earth.cc | 254 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/ |
D | earth.cc | 205 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/ |
D | video_render_direct3d9.cc | 648 _pd3dDevice->SetTexture(0, textureFromChannel); in UpdateRenderSurface() 663 _pd3dDevice->SetTexture(0, _pTextureLogo); in UpdateRenderSurface()
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 263 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…
|