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

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
FramebufferData.cpp 78 GLuint FramebufferData::getAttachment(GLenum attachment,
129 if(!getAttachment(GL_COLOR_ATTACHMENT0_OES, NULL, NULL))
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.cpp 303 WebGLAttachment* attachmentObject = getAttachment(attachment);
312 WebGLAttachment* attachmentObject = getAttachment(attachment);
402 WebGLFramebuffer::WebGLAttachment* WebGLFramebuffer::getAttachment(GLenum attachment) const
414 WebGLAttachment* attachmentObject = getAttachment(attachment);
462 WebGLAttachment* attachment = getAttachment(GL_COLOR_ATTACHMENT0);
534 WebGLAttachment* attachment = getAttachment(GL_STENCIL_ATTACHMENT);
536 attachment = getAttachment(GC3D_DEPTH_STENCIL_ATTACHMENT_WEBGL);
569 if (m_drawBuffers[i] != GL_NONE && getAttachment(m_drawBuffers[i])) {
  /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 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/chromium_org/third_party/angle/src/libGLESv2/
Texture.cpp 1030 FramebufferAttachment *Texture2D::getAttachment(GLint level)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java 454 if (getAttachment() != INVALID_VALUE_PARAMETER) {
457 appParamBuf.put((byte) getAttachment());
646 public int getAttachment() {
    [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 312 milliseconds