HomeSort by relevance Sort by last modified time
    Searched refs:CreateTexture (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/content/browser/compositor/
owned_mailbox.cc 15 texture_id_ = gl_helper_->CreateTexture();
  /external/chromium_org/gpu/command_buffer/service/
mailbox_manager_unittest.cc 47 Texture* CreateTexture() {
99 Texture* texture = CreateTexture();
118 Texture* texture = CreateTexture();
146 Texture* texture1 = CreateTexture();
147 Texture* texture2 = CreateTexture();
168 Texture* texture1 = CreateTexture();
169 Texture* texture2 = CreateTexture();
212 Texture* texture = CreateTexture();
texture_definition.h 49 Texture* CreateTexture() const;
texture_manager_unittest.cc 111 manager_->CreateTexture(kClient1Id, kService1Id);
137 manager_->CreateTexture(kClient1Id, kService1Id);
218 manager.CreateTexture(kClient1Id, kService1Id);
242 manager.CreateTexture(kClient1Id, kService1Id);
420 manager_->CreateTexture(kClient1Id, kService1Id);
    [all...]
framebuffer_manager_unittest.cc 423 texture_manager_->CreateTexture(kTextureClient1Id, kTextureService1Id);
495 texture_manager_->CreateTexture(kTextureClient2Id, kTextureService2Id);
597 texture_manager_->CreateTexture(
703 texture_manager_->CreateTexture(kTextureClientId, kTextureServiceId);
774 texture_manager_->CreateTexture(kTextureClient1Id, kTextureService1Id);
778 texture_manager_->CreateTexture(kTextureClient2Id, kTextureService2Id);
    [all...]
mailbox_synchronizer.cc 125 Texture* new_texture = group->definition.CreateTexture();
texture_definition.cc 335 Texture* TextureDefinition::CreateTexture() const {
  /external/chromium_org/ppapi/tests/
test_compositor.h 45 std::string CreateTexture(uint32_t* texture);
test_compositor.cc 119 VERIFY(CreateTexture(&texture));
199 VERIFY(CreateTexture(&texture));
264 VERIFY(CreateTexture(&texture));
347 VERIFY(CreateTexture(&texture));
394 std::string TestCompositor::CreateTexture(uint32_t* texture) {
  /external/chromium_org/cc/resources/
prioritized_resource_unittest.cc 135 resource_manager->CreateTexture(texture_size_, texture_format_);
179 resource_manager->CreateTexture(texture_size_, texture_format_);
246 resource_manager->CreateTexture(texture_size_, texture_format_);
316 resource_manager->CreateTexture(texture_size_, texture_format_);
396 resource_manager->CreateTexture(texture_size_, texture_format_);
470 resource_manager->CreateTexture(texture_size_, texture_format_);
614 resource_manager->CreateTexture(texture_size_, texture_format_);
616 resource_manager->CreateTexture(texture_size_, texture_format_);
675 resource_manager->CreateTexture(texture_size_, texture_format_);
715 resource_manager->CreateTexture(texture_size_, texture_format_)
    [all...]
prioritized_resource_manager.h 42 scoped_ptr<PrioritizedResource> CreateTexture(
  /external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/
media_stream_video.cc 74 GLuint CreateTexture(int32_t width, int32_t height, int unit, bool rgba);
294 GLuint MediaStreamVideoDemoInstance::CreateTexture(
405 texture_y_ = CreateTexture(width, height, 0, false);
407 texture_u_ = CreateTexture(width / 2, height / 2, 1, false);
408 texture_v_ = CreateTexture(width / 2, height / 2, 2, false);
409 texture_rgb_ = CreateTexture(width, height, 3, true);
  /external/chromium_org/ppapi/examples/media_stream_video/
media_stream_video.cc 74 GLuint CreateTexture(int32_t width, int32_t height, int unit, bool rgba);
294 GLuint MediaStreamVideoDemoInstance::CreateTexture(
405 texture_y_ = CreateTexture(width, height, 0, false);
407 texture_u_ = CreateTexture(width / 2, height / 2, 1, false);
408 texture_v_ = CreateTexture(width / 2, height / 2, 2, false);
409 texture_rgb_ = CreateTexture(width, height, 3, true);
  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 127 static GLuint CreateTexture(GLenum target) {
142 texture_ = CreateTexture(target);
210 texture_ = CreateTexture(target);
  /external/chromium_org/content/common/gpu/media/
rendering_helper.h 91 void CreateTexture(uint32 texture_target,
rendering_helper.cc 326 void RenderingHelper::CreateTexture(uint32 texture_target,
332 base::Bind(&RenderingHelper::CreateTexture,
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 122 GLuint CreateTexture(int32_t width, int32_t height, int unit);
293 GLuint VCDemoInstance::CreateTexture(int32_t width, int32_t height, int unit) {
419 texture_y_ = CreateTexture(width, height, 0);
423 texture_u_ = CreateTexture(width, height, 1);
424 texture_v_ = CreateTexture(width, height, 2);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drm.h 68 STDMETHOD(CreateTexture)(THIS_ D3DRMIMAGE *image, IDirect3DRMTexture **texture) PURE;
121 #define IDirect3DRM_CreateTexture(p,a,b) (p)->lpVtbl->CreateTexture(p,a,b)
159 #define IDirect3DRM_CreateTexture(p,a,b) (p)->CreateTexture(a,b)
207 STDMETHOD(CreateTexture)(THIS_ D3DRMIMAGE *image, IDirect3DRMTexture2 **texture) PURE;
261 #define IDirect3DRM2_CreateTexture(p,a,b) (p)->lpVtbl->CreateTexture(p,a,b)
300 #define IDirect3DRM2_CreateTexture(p,a,b) (p)->CreateTexture(a,b)
349 STDMETHOD(CreateTexture)(THIS_ D3DRMIMAGE *image, IDirect3DRMTexture3 **texture) PURE;
408 #define IDirect3DRM3_CreateTexture(p,a,b) (p)->lpVtbl->CreateTexture(p,a,b)
    [all...]
  /external/chromium_org/ppapi/examples/video_decode/
video_decode_dev.cc 136 GLuint CreateTexture(int32_t width, int32_t height, GLenum texture_target);
379 info.buffer.texture_id = gles2_->CreateTexture(
539 GLuint VideoDecodeDemoInstance::CreateTexture(int32_t width,
  /external/chromium_org/content/common/gpu/client/
gl_helper.h 241 GLuint CreateTexture();
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.cc 204 tmp_texture = gl_helper->CreateTexture();
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
TextureStorage9.cpp 115 HRESULT result = device->CreateTexture(width, height, creationLevels, getUsage(), d3dFormatInfo.texFormat, getPool(), &mTexture, NULL);
SwapChain9.cpp 104 result = device->CreateTexture(backbufferWidth, backbufferHeight, 1, D3DUSAGE_RENDERTARGET,
  /external/chromium_org/third_party/webrtc/test/win/
d3d_renderer.cc 167 d3d_device_->CreateTexture(static_cast<UINT>(width_),
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 133 ret = _pd3dDevice->CreateTexture(_width, _height, 1, 0, D3DFMT_A8R8G8B8,
260 ret = _pd3dDevice->CreateTexture(_width, _height, 1, 0, D3DFMT_A8R8G8B8,
1068 ret = _pd3dDevice->CreateTexture(bmap.bmWidth, bmap.bmHeight, 1, 0,
    [all...]

Completed in 885 milliseconds

1 2