Searched defs:CreateTexture (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dmailbox_manager_unittest.cc19 Texture* CreateTexture() { function in class:gpu::gles2::MailboxManagerTest
35 Texture* texture = CreateTexture();
55 Texture* texture = CreateTexture();
65 Texture* texture = CreateTexture();
95 Texture* texture1 = CreateTexture();
96 Texture* texture2 = CreateTexture();
118 Texture* texture1 = CreateTexture();
119 Texture* texture2 = CreateTexture();
H A Dtexture_manager.cc1128 TextureRef* TextureManager::CreateTexture( function in class:gpu::gles2::TextureManager
H A Dgles2_cmd_decoder.cc749 TextureRef* CreateTexture( function in class:gpu::gles2::GLES2DecoderImpl
751 return texture_manager()->CreateTexture(client_id, service_id);
2702 CreateTexture(client_ids[ii], service_ids[ii]);
3878 CreateTexture(client_id, service_id);
/external/chromium_org/content/browser/renderer_host/
H A Dimage_transport_factory_android.cc47 virtual uint32_t CreateTexture() OVERRIDE {
90 virtual uint32_t CreateTexture() OVERRIDE;
159 uint32_t CmdBufferImageTransportFactory::CreateTexture() { function in class:content::__anon7705::CmdBufferImageTransportFactory
/external/chromium_org/ui/surface/
H A Daccelerated_surface_mac.cc126 static GLuint CreateTexture(GLenum target) { function
141 texture_ = CreateTexture(target);
213 texture_ = CreateTexture(target);
/external/chromium_org/cc/resources/
H A Dprioritized_resource_manager.h43 scoped_ptr<PrioritizedResource> CreateTexture(gfx::Size size, GLenum format) { function in class:cc::PrioritizedResourceManager
/external/chromium_org/content/common/gpu/media/
H A Drendering_helper_gl.cc105 virtual void CreateTexture(int window_id,
473 void RenderingHelperGL::CreateTexture(int window_id, function in class:content::RenderingHelperGL
480 base::Bind(&RenderingHelper::CreateTexture, base::Unretained(this),
/external/chromium_org/ppapi/examples/video_capture/
H A Dvideo_capture.cc122 GLuint CreateTexture(int32_t width, int32_t height, int unit);
293 GLuint VCDemoInstance::CreateTexture(int32_t width, int32_t height, int unit) { function in class:__anon9402::VCDemoInstance
419 texture_y_ = CreateTexture(width, height, 0);
423 texture_u_ = CreateTexture(width, height, 1);
424 texture_v_ = CreateTexture(width, height, 2);
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.cc682 WebKit::WebGLId GLHelper::CreateTexture() { function in class:content::GLHelper
699 WebKit::WebGLId texture = CreateTexture();
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc136 GLuint CreateTexture(int32_t width, int32_t height, GLenum texture_target);
375 info.buffer.texture_id = gles2_->CreateTexture(
535 GLuint VideoDecodeDemoInstance::CreateTexture(int32_t width, function in class:__anon9404::VideoDecodeDemoInstance

Completed in 328 milliseconds