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

  /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() {
  /external/deqp/modules/glshared/
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/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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java 643 if (getAttachment() != INVALID_VALUE_PARAMETER) {
646 appParamBuf.put((byte) getAttachment());
    [all...]

Completed in 137 milliseconds