Searched refs:getAttachment (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DFramebuffer.h61 virtual FramebufferAttachment *getAttachment(GLenum attachment) const;
108 virtual FramebufferAttachment *getAttachment(GLenum attachment) const;
H A DFramebuffer.cpp316 FramebufferAttachment *Framebuffer::getAttachment(GLenum attachment) const function in class:gl::Framebuffer
621 getAttachment(attachmentTarget);
721 FramebufferAttachment *DefaultFramebuffer::getAttachment(GLenum attachment) const function in class:gl::DefaultFramebuffer
H A DlibGLESv2.cpp2247 const gl::FramebufferAttachment *attachmentObject = framebuffer->getAttachment(attachment);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLFramebuffer.cpp326 WebGLAttachment* attachmentObject = getAttachment(attachment);
335 WebGLAttachment* attachmentObject = getAttachment(attachment);
425 WebGLFramebuffer::WebGLAttachment* WebGLFramebuffer::getAttachment(GLenum attachment) const function in class:blink::WebGLFramebuffer
437 WebGLAttachment* attachmentObject = getAttachment(attachment);
485 WebGLAttachment* attachment = getAttachment(GL_COLOR_ATTACHMENT0);
557 WebGLAttachment* attachment = getAttachment(GL_STENCIL_ATTACHMENT);
559 attachment = getAttachment(GC3D_DEPTH_STENCIL_ATTACHMENT_WEBGL);
601 if (m_drawBuffers[i] != GL_NONE && getAttachment(m_drawBuffers[i])) {
H A DWebGLFramebuffer.h113 WebGLAttachment* getAttachment(GLenum) const;
/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp215 virtual GLuint getAttachment (GLuint container) = 0;
316 GLuint getAttachment (GLuint container);
328 GLuint getAttachment (GLuint container);
341 GLuint getAttachment (GLuint container);
H A DglsLifetimeTests.cpp353 GLuint TextureFboAttacher::getAttachment (GLuint fbo) function in class:deqp::gls::LifetimeTests::details::TextureFboAttacher
400 GLuint RboFboAttacher::getAttachment (GLuint fbo) function in class:deqp::gls::LifetimeTests::details::RboFboAttacher
454 GLuint ShaderProgramAttacher::getAttachment (GLuint program) function in class:deqp::gls::LifetimeTests::details::ShaderProgramAttacher
901 GLuint getAttachment (Attacher& attacher, GLuint container) function in namespace:deqp::gls::LifetimeTests::details
903 const GLuint queriedAttachment = attacher.getAttachment(container);
925 errors.check(getAttachment(m_attacher, *container) == elementId,
935 errors.check(getAttachment(m_attacher, *container) == elementId,
946 errors.check(getAttachment(m_attacher, *container) == 0,
/external/deqp/modules/gles3/functional/
H A Des3fLifetimeTests.cpp219 GLuint getAttachment (GLuint container);
278 GLuint BufferVAOAttacher::getAttachment (GLuint varr) function in class:deqp::gles3::Functional::__anon20027::BufferVAOAttacher
316 GLuint getAttachment (GLuint tf);
343 GLuint BufferTfAttacher::getAttachment (GLuint tf) function in class:deqp::gles3::Functional::__anon20027::BufferTfAttacher
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp378 Attachment& getAttachment (AttachmentPoint point) { return m_attachments[point]; } function in class:sglr::rc::Framebuffer
379 const Attachment& getAttachment (AttachmentPoint point) const { return m_attachments[point]; } function in class:sglr::rc::Framebuffer
H A DsglrReferenceContext.cpp716 Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point);
763 releaseFboAttachmentReference(binding->getAttachment((Framebuffer::AttachmentPoint)point));
774 acquireFboAttachmentReference(fbo->getAttachment((Framebuffer::AttachmentPoint)point));
858 Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point);
1992 Framebuffer::Attachment& fboAttachment = framebufferBinding->getAttachment(point);
2059 Framebuffer::Attachment& fboAttachment = framebufferBinding->getAttachment(point);
2114 Framebuffer::Attachment& fboAttachment = framebufferBinding->getAttachment(point);
2151 const Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point);
2311 const Framebuffer::Attachment& attachment = framebuffer.getAttachment(point);

Completed in 556 milliseconds