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

  /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/webkit/Source/WebCore/html/canvas/
WebGLFramebuffer.cpp 85 void WebGLFramebuffer::setAttachment(GC3Denum attachment, GC3Denum texTarget, WebGLTexture* texture, GC3Dint level)
113 void WebGLFramebuffer::setAttachment(GC3Denum attachment, WebGLRenderbuffer* renderbuffer)
  /external/webkit/Source/WebCore/rendering/style/
FillLayer.h 98 void setAttachment(EFillAttachment attachment) { m_attachment = attachment; m_attachmentSet = true; }
  /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...]

Completed in 337 milliseconds