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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
FramebufferData.h 51 GLuint getAttachment(GLenum attachment,
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.h 108 WebGLAttachment* getAttachment(GLenum) const;
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/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 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...]
  /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/angle/src/libGLESv2/
Framebuffer.cpp 62 return static_cast<Texture2D*>(texture)->getAttachment(level);
80 return static_cast<TextureCubeMap*>(texture)->getAttachment(type, level);
93 return static_cast<Texture3D*>(texture)->getAttachment(level, layer);
106 return static_cast<Texture2DArray*>(texture)->getAttachment(level, layer);
Texture.h 202 FramebufferAttachment *getAttachment(GLint level);
270 FramebufferAttachment *getAttachment(GLenum target, GLint level);
333 FramebufferAttachment *getAttachment(GLint level, GLint layer);
394 FramebufferAttachment *getAttachment(GLint level, GLint layer);
Texture.cpp 1030 FramebufferAttachment *Texture2D::getAttachment(GLint level)
    [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/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java 454 if (getAttachment() != INVALID_VALUE_PARAMETER) {
457 appParamBuf.put((byte) getAttachment());
646 public int getAttachment() {
    [all...]
BluetoothMapObexServer.java 688 Log.d(TAG,"TYPE_MESSAGE (GET): Attachment = " + appParams.getAttachment() +
    [all...]
BluetoothMapContent.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTile.java 100 public Attachment getAttachment() {
  /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...]
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...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp     [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]

Completed in 1056 milliseconds