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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
FramebufferData.h 45 void setAttachment(GLenum attachment,
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewActivity.java 250 mActionHandler.setAttachment(attachment);
314 mActionHandler.setAttachment(attachment);
326 mActionHandler.setAttachment(attachment);
360 mActionHandler.setAttachment(attachment);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
FramebufferData.cpp 49 void FramebufferData::setAttachment(GLenum attachment,
195 setAttachment(GL_COLOR_ATTACHMENT0_OES, GL_TEXTURE_2D, tex, ObjectDataPtr(NULL), true);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSToStyleMap.cpp 67 layer->setAttachment(FillLayer::initialFillAttachment(layer->type()));
77 layer->setAttachment(FixedBackgroundAttachment);
80 layer->setAttachment(ScrollBackgroundAttachment);
83 layer->setAttachment(LocalBackgroundAttachment);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
FillLayer.h 105 void setAttachment(EFillAttachment attachment) { m_attachment = attachment; m_attachmentSet = true; }
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
AttachmentActionHandler.java 71 public void setAttachment(Attachment attachment) {
98 * {@link #setAttachment(Attachment)} immediately.
MessageAttachmentTile.java 94 mActionHandler.setAttachment(mAttachment);
MessageAttachmentBar.java 116 mActionHandler.setAttachment(mAttachment);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java 231 setAttachment(appParams[i] & 0x01); // Lower bit
633 public void setAttachment(int attachment) throws IllegalArgumentException {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js 434 setAttachment: function(name, attachment)
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 110 // Errors from setAttachment()
428 public int setAttachment(int type, Uri dataUri, boolean append) {
430 LogTag.debug("setAttachment type=%d uri %s", type, dataUri);
437 // this function setAttachment with a type of TEXT and a null uri. Basically, it's turning
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp     [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 673 fbData->setAttachment(attachment, renderbuffertarget, renderbuffer, obj);
719 fbData->setAttachment(attachment, textarget,
    [all...]

Completed in 650 milliseconds