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

  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 215 virtual GLuint getAttachment (GLuint container) = 0;
316 GLuint getAttachment (GLuint container);
328 GLuint getAttachment (GLuint container);
341 GLuint getAttachment (GLuint container);
glsLifetimeTests.cpp 356 GLuint TextureFboAttacher::getAttachment (GLuint fbo)
403 GLuint RboFboAttacher::getAttachment (GLuint fbo)
457 GLuint ShaderProgramAttacher::getAttachment (GLuint program)
904 GLuint getAttachment (Attacher& attacher, GLuint container)
906 const GLuint queriedAttachment = attacher.getAttachment(container);
928 errors.check(getAttachment(m_attacher, *container) == elementId,
938 errors.check(getAttachment(m_attacher, *container) == elementId,
949 errors.check(getAttachment(m_attacher, *container) == 0,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 419 deUint32 getAttachment (void) const { return m_attachment; }
708 log << TestLog::Message << "Attachment: " << inputAttachment.getAttachment() << TestLog::EndMessage;
713 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED)
718 log << TestLog::Message << "Attachment: " << depthStencilAttachment.getAttachment() << TestLog::EndMessage;
731 log << TestLog::Message << "Attachment: " << colorAttachment.getAttachment() << TestLog::EndMessage;
745 log << TestLog::Message << "Attachment: " << resolveAttachment.getAttachment() << TestLog::EndMessage;
759 log << TestLog::Message << "Attachment: " << preserveAttachment.getAttachment() << TestLog::EndMessage;
966 referenceInfo.getAttachment(), // attachment;
994 preserveAttachmentReferences->push_back(subpass.getPreserveAttachments()[attachmentNdx].getAttachment());
    [all...]
  /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)
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTile.java 100 public Attachment getAttachment() {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java 643 if (getAttachment() != INVALID_VALUE_PARAMETER) {
646 appParamBuf.put((byte) getAttachment());
    [all...]
BluetoothMapContent.java     [all...]
BluetoothMapObexServer.java     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 383 Attachment& getAttachment (AttachmentPoint point) { return m_attachments[point]; }
384 const Attachment& getAttachment (AttachmentPoint point) const { return m_attachments[point]; }
    [all...]
sglrReferenceContext.cpp 716 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);
    [all...]

Completed in 201 milliseconds