Searched refs:AttachTexture (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dframebuffer_manager_unittest.cc389 TEST_F(FramebufferInfoTest, AttachTexture) {
429 framebuffer_->AttachTexture(
512 framebuffer_->AttachTexture(
569 framebuffer_->AttachTexture(GL_COLOR_ATTACHMENT0, NULL, 0, 0, 0);
603 framebuffer_->AttachTexture(
663 framebuffer_->AttachTexture(GL_COLOR_ATTACHMENT1, NULL, 0, 0, 0);
708 framebuffer_->AttachTexture(
784 framebuffer_->AttachTexture(
786 framebuffer_->AttachTexture(
827 framebuffer_->AttachTexture(
[all...]
H A Dframebuffer_manager.h81 void AttachTexture(
H A Dframebuffer_manager.cc614 AttachTexture(it->first, NULL, GL_TEXTURE_2D, 0, 0);
650 void Framebuffer::AttachTexture( function in class:gpu::gles2::Framebuffer
H A Dtexture_manager_unittest.cc2335 framebuffer1->AttachTexture(
2363 framebuffer2->AttachTexture(
H A Dgles2_cmd_decoder.cc5338 framebuffer->AttachTexture(attachment, texture_ref, textarget, level,

Completed in 4786 milliseconds