HomeSort by relevance Sort by last modified time
    Searched defs:getAttachment (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.cpp 326 WebGLAttachment* attachmentObject = getAttachment(attachment);
335 WebGLAttachment* attachmentObject = getAttachment(attachment);
425 WebGLFramebuffer::WebGLAttachment* WebGLFramebuffer::getAttachment(GLenum attachment) const
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])) {
  /external/chromium_org/third_party/angle/src/libGLESv2/
Framebuffer.cpp 316 FramebufferAttachment *Framebuffer::getAttachment(GLenum attachment) const
621 getAttachment(attachmentTarget);
721 FramebufferAttachment *DefaultFramebuffer::getAttachment(GLenum attachment) const
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 219 GLuint getAttachment (GLuint container);
278 GLuint BufferVAOAttacher::getAttachment (GLuint varr)
316 GLuint getAttachment (GLuint tf);
343 GLuint BufferTfAttacher::getAttachment (GLuint tf)
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 353 GLuint TextureFboAttacher::getAttachment (GLuint fbo)
400 GLuint RboFboAttacher::getAttachment (GLuint fbo)
454 GLuint ShaderProgramAttacher::getAttachment (GLuint program)
901 GLuint getAttachment (Attacher& attacher, GLuint container)
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,
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 378 Attachment& getAttachment (AttachmentPoint point) { return m_attachments[point]; }
379 const Attachment& getAttachment (AttachmentPoint point) const { return m_attachments[point]; }
    [all...]

Completed in 295 milliseconds