/external/chromium_org/gpu/command_buffer/service/ |
framebuffer_manager_unittest.cc | 158 EXPECT_TRUE(NULL == framebuffer_->GetAttachment(GL_COLOR_ATTACHMENT0)); 159 EXPECT_TRUE(NULL == framebuffer_->GetAttachment(GL_DEPTH_ATTACHMENT)); 160 EXPECT_TRUE(NULL == framebuffer_->GetAttachment(GL_STENCIL_ATTACHMENT)); 162 NULL == framebuffer_->GetAttachment(GL_DEPTH_STENCIL_ATTACHMENT)); 311 framebuffer_->GetAttachment(GL_COLOR_ATTACHMENT0); 340 attachment = framebuffer_->GetAttachment(GL_STENCIL_ATTACHMENT); 354 attachment = framebuffer_->GetAttachment(GL_STENCIL_ATTACHMENT); 486 framebuffer_->GetAttachment(GL_COLOR_ATTACHMENT0); 520 attachment = framebuffer_->GetAttachment(GL_COLOR_ATTACHMENT0); 540 attachment = framebuffer_->GetAttachment(GL_COLOR_ATTACHMENT0) [all...] |
framebuffer_manager.cc | 573 const Attachment* attachment = GetAttachment(draw_buffers_[i]); 638 const Attachment* a = GetAttachment(attachment); 653 const Attachment* a = GetAttachment(attachment); 667 Framebuffer::GetAttachment(
|
framebuffer_manager.h | 93 const Attachment* GetAttachment(GLenum attachment) const;
|
gles2_cmd_decoder.cc | [all...] |
/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.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])) {
|
WebGLFramebuffer.h | 108 WebGLAttachment* getAttachment(GLenum) const;
|
/external/chromium_org/sync/internal_api/attachments/ |
attachment_uploader_impl.cc | 54 const Attachment& GetAttachment(); 128 const Attachment& AttachmentUploaderImpl::UploadState::GetAttachment() { 253 attachment.GetData()->Equals(iter->second->GetAttachment().GetData()));
|
/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/UnifiedEmail/src/com/android/mail/ui/ |
AttachmentTile.java | 100 public Attachment getAttachment() {
|
/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/Exchange/src/com/android/exchange/eas/ |
EasLoadAttachment.java | 214 cmd = "GetAttachment&AttachmentName=" + location;
|
/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...] |