/external/skia/src/gpu/vk/ |
H A D | GrVkRenderPass.cpp | 15 void setup_simple_vk_attachment_description(VkAttachmentDescription* attachment, argument 19 attachment->flags = 0; 20 attachment->format = format; 21 SkAssertResult(GrSampleCountToVkSampleCount(samples, &attachment->samples)); 22 attachment->loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; 23 attachment->storeOp = VK_ATTACHMENT_STORE_OP_STORE; 24 attachment->stencilLoadOp = VK_ATTACHMENT_LOAD_OP_LOAD; 25 attachment->storeOp = VK_ATTACHMENT_STORE_OP_STORE; 26 attachment->initialLayout = layout; 27 attachment [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/ |
H A D | test_networkinterface.py | 36 self.attachment = Attachment() 37 self.attachment.id = 'eni-attach-1' 38 self.attachment.instance_id = 10 39 self.attachment.status = "some status" 40 self.attachment.device_index = 100 45 self.eni_one.attachment = self.attachment 51 self.eni_two.attachment = None 65 self.eni_two.attachment == self.attachment]) [all...] |
/external/mesa3d/src/mesa/main/ |
H A D | fbobject.h | 71 GLenum attachment); 74 /** Return the texture image for a renderbuffer attachment */ 83 /** Return the (const) texture image for a renderbuffer attachment */ 111 GLenum attachment, struct gl_renderbuffer *rb); 174 _mesa_FramebufferTexture1DEXT(GLenum target, GLenum attachment, 178 _mesa_FramebufferTexture2DEXT(GLenum target, GLenum attachment, 182 _mesa_FramebufferTexture3DEXT(GLenum target, GLenum attachment, 187 _mesa_FramebufferTextureLayerEXT(GLenum target, GLenum attachment, 191 _mesa_FramebufferRenderbufferEXT(GLenum target, GLenum attachment, 196 _mesa_GetFramebufferAttachmentParameterivEXT(GLenum target, GLenum attachment, [all...] |
H A D | fbobject.c | 185 * If \p attachment is GL_DEPTH_STENCIL_ATTACHMENT, return a pointer to 186 * the depth buffer attachment point. 190 GLenum attachment) 196 switch (attachment) { 217 i = attachment - GL_COLOR_ATTACHMENT0_EXT; 243 GLenum attachment) 247 switch (attachment) { 264 * "If the default framebuffer is bound to target, then attachment must 273 * "If the default framebuffer is bound to <target>, then <attachment> 298 * Remove any texture or renderbuffer attached to the given attachment 189 _mesa_get_attachment(struct gl_context *ctx, struct gl_framebuffer *fb, GLenum attachment) argument 242 _mesa_get_fb0_attachment(struct gl_context *ctx, struct gl_framebuffer *fb, GLenum attachment) argument 388 _mesa_framebuffer_renderbuffer(struct gl_context *ctx, struct gl_framebuffer *fb, GLenum attachment, struct gl_renderbuffer *rb) argument 1995 framebuffer_texture(struct gl_context *ctx, const char *caller, GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) argument 2159 _mesa_FramebufferTexture1DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) argument 2192 _mesa_FramebufferTexture2DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) argument 2238 _mesa_FramebufferTexture3DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) argument 2256 _mesa_FramebufferTextureLayerEXT(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) argument 2267 _mesa_FramebufferRenderbufferEXT(GLenum target, GLenum attachment, GLenum renderbufferTarget, GLuint renderbuffer) argument 2351 _mesa_GetFramebufferAttachmentParameterivEXT(GLenum target, GLenum attachment, GLenum pname, GLint *params) argument 3116 _mesa_FramebufferTextureARB(GLenum target, GLenum attachment, GLuint texture, GLint level) argument 3127 _mesa_FramebufferTextureFaceARB(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face) argument [all...] |
/external/mesa3d/src/gallium/state_trackers/xorg/ |
H A D | xorg_dri2.c | 81 switch (buffer->attachment) { 83 if (buffer->attachment != DRI2BufferFakeFrontLeft || 112 if (buffer->attachment == DRI2BufferDepth) { 200 dri2_create_buffer(DrawablePtr pDraw, unsigned int attachment, unsigned int format) argument 214 buffer->attachment = attachment; 257 buffers[i].attachment = attachments[i]; 313 src_draw = (pSrcBuffer->attachment == DRI2BufferFrontLeft) ? pDraw : 315 dst_draw = (pDestBuffer->attachment == DRI2BufferFrontLeft) ? pDraw : 337 if (pSrcBuffer->attachment [all...] |
/external/deqp/modules/gles3/functional/ |
H A D | es3fFboStateQueryTests.cpp | 46 void checkAttachmentComponentSizeAtLeast (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, int r, int g, int b, int a, int d, int s) argument 66 gl.glGetFramebufferAttachmentParameteriv(target, attachment, paramNames[ndx], &state); 83 void checkAttachmentComponentSizeExactly (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, int r, int g, int b, int a, int d, int s) argument 103 gl.glGetFramebufferAttachmentParameteriv(target, attachment, paramNames[ndx], &state); 144 void checkAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, GLenum pname, GLenum reference) argument 147 gl.glGetFramebufferAttachmentParameteriv(target, attachment, pname, &state); 619 bool attachmentExists (GLenum attachment) argument 622 glGetFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, attachment, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE, &state); 637 virtual void testColorAttachment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint bitsB, GLint bitsA) = DE_NULL; 639 virtual void testDepthAttachment (GLenum internalFormat, GLenum attachment, GLin 671 GLenum attachment; member in struct:deqp::gles3::Functional::__anon4313::AttachmentSizeCase::DepthAttachment 698 testColorAttachment(GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint bitsB, GLint bitsA) argument 716 testDepthAttachment(GLenum internalFormat, GLenum attachment, GLint bitsD, GLint bitsS) argument 743 testColorAttachment(GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint bitsB, GLint bitsA) argument 761 testDepthAttachment(GLenum internalFormat, GLenum attachment, GLint bitsD, GLint bitsS) argument [all...] |
/external/jetty/src/java/org/eclipse/jetty/io/nio/ |
H A D | SelectorManager.java | 352 public abstract AsyncConnection newConnection(SocketChannel channel, AsyncEndPoint endpoint, Object attachment); argument 366 protected void connectionFailed(SocketChannel channel,Throwable ex,Object attachment) argument 368 LOG.warn(ex+","+channel+","+attachment); 609 SelectChannelEndPoint endpoint = (SelectChannelEndPoint)key.attachment(); 615 Object att = key.attachment(); 767 final Object attachment = k.attachment(); 769 if (attachment==null) 772 addChange(channel,attachment); 889 Object att=key.attachment(); 1007 ChannelAndAttachment(SelectableChannel channel, Object attachment) argument [all...] |
/external/jetty/src/java/org/eclipse/jetty/client/ |
H A D | SelectConnector.java | 134 public AsyncConnection newConnection(SocketChannel channel, AsyncEndPoint endpoint, Object attachment) argument 150 HttpDestination dest=(HttpDestination)key.attachment(); 161 AsyncConnection connection = selectSet.getManager().newConnection(channel,ep, key.attachment()); 199 protected void connectionFailed(SocketChannel channel, Throwable ex, Object attachment) argument 205 if (attachment instanceof HttpDestination) 206 ((HttpDestination)attachment).onConnectionFailed(ex); 208 super.connectionFailed(channel,ex,attachment);
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/ |
H A D | ITNProxy.java | 79 for (Attachment attachment : error.getAttachments()) { 80 params.put("attachment.name", attachment.getName()); 81 params.put("attachment.value", attachment.getEncodedBytes());
|
/external/deqp/framework/opengl/simplereference/ |
H A D | sglrContextWrapper.cpp | 189 void ContextWrapper::glFramebufferTexture2D (deUint32 target, deUint32 attachment, deUint32 textarget, deUint32 texture, int level) argument 191 m_curCtx->framebufferTexture2D(target, attachment, textarget, texture, level); 194 void ContextWrapper::glFramebufferTextureLayer (deUint32 target, deUint32 attachment, deUint32 texture, int level, int layer) argument 196 m_curCtx->framebufferTextureLayer(target, attachment, texture, level, layer); 199 void ContextWrapper::glFramebufferRenderbuffer (deUint32 target, deUint32 attachment, deUint32 renderbuffertarget, deUint32 renderbuffer) argument 201 m_curCtx->framebufferRenderbuffer(target, attachment, renderbuffertarget, renderbuffer); 209 void ContextWrapper::glGetFramebufferAttachmentParameteriv (deUint32 target, deUint32 attachment, deUint32 pname, int* params) argument 211 m_curCtx->getFramebufferAttachmentParameteriv(target, attachment, pname, params);
|
H A D | sglrReferenceContext.cpp | 716 Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point); local 717 if (attachment.name == texture->getName()) 720 releaseFboAttachmentReference(attachment); 721 attachment = Framebuffer::Attachment(); 761 // Clear all attachment point references 858 Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point); local 859 if (attachment.name == renderbuffer->getName()) 862 releaseFboAttachmentReference(attachment); 863 attachment = Framebuffer::Attachment(); 1889 static inline Framebuffer::AttachmentPoint mapGLAttachmentPoint (deUint32 attachment) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
H A D | networkinterface.py | 34 :ivar id: The ID of the attachment. 97 :ivar attachment: The attachment object. 115 self.attachment = None 128 elif name == 'attachment': 129 self.attachment = Attachment() 130 return self.attachment 225 attachment_id = getattr(self.attachment, 'id', None)
|
/external/jetty/src/java/org/eclipse/jetty/server/nio/ |
H A D | NetworkTrafficSelectChannelConnector.java | 62 endPoint.setConnection(selectSet.getManager().newConnection(channel,endPoint, key.attachment()));
|
/external/mesa3d/src/gallium/state_trackers/egl/wayland/ |
H A D | native_wayland.h | 59 enum native_attachment attachment);
|
H A D | native_shm.c | 79 enum native_attachment attachment) 90 resource = resource_surface_get_single_resource(surface->rsurf, attachment); 77 wayland_create_shm_buffer(struct wayland_display *display, struct wayland_surface *surface, enum native_attachment attachment) argument
|
/external/jetty/src/java/org/eclipse/jetty/websocket/ |
H A D | WebSocketClientFactory.java | 286 WebSocketClient.WebSocketFuture holder = (WebSocketClient.WebSocketFuture)key.attachment(); 309 public AsyncConnection newConnection(SocketChannel channel, AsyncEndPoint endpoint, Object attachment) argument 311 WebSocketClient.WebSocketFuture holder = (WebSocketClient.WebSocketFuture)attachment; 334 protected void connectionFailed(SocketChannel channel, Throwable ex, Object attachment) argument 336 if (!(attachment instanceof WebSocketClient.WebSocketFuture)) 337 super.connectionFailed(channel, ex, attachment); 341 WebSocketClient.WebSocketFuture future = (WebSocketClient.WebSocketFuture)attachment;
|
/external/deqp/external/vulkancts/modules/vulkan/ |
H A D | vktRenderPassTests.cpp | 412 AttachmentReference (deUint32 attachment, argument 414 : m_attachment (attachment) 669 const Attachment& attachment = attachments[attachmentNdx]; local 671 log << TestLog::Message << "Format: " << attachment.getFormat() << TestLog::EndMessage; 672 log << TestLog::Message << "Samples: " << attachment.getSamples() << TestLog::EndMessage; 674 log << TestLog::Message << "LoadOp: " << attachment.getLoadOp() << TestLog::EndMessage; 675 log << TestLog::Message << "StoreOp: " << attachment.getStoreOp() << TestLog::EndMessage; 677 log << TestLog::Message << "StencilLoadOp: " << attachment.getStencilLoadOp() << TestLog::EndMessage; 678 log << TestLog::Message << "StencilStoreOp: " << attachment.getStencilStoreOp() << TestLog::EndMessage; 680 log << TestLog::Message << "InitialLayout: " << attachment 878 randomColorClearValue(const Attachment& attachment, de::Random& rng) argument 940 createAttachmentDescription(const Attachment& attachment) argument 1153 randomClearValue(const Attachment& attachment, de::Random& rng) argument 1513 const Attachment& attachment = renderInfo.getColorAttachment(attachmentNdx); local 1538 const Attachment& attachment = *renderInfo.getDepthStencilAttachment(); local 1794 const VkClearAttachment attachment = local 1819 const VkClearAttachment attachment = local 2293 const Attachment attachment = renderPassInfo.getAttachments()[attachmentNdx]; local 2332 const Attachment& attachment = renderPassInfo.getAttachments()[attachmentIndex]; local 2359 const Attachment& attachment = renderPassInfo.getAttachments()[attachmentIndex]; local 2431 const Attachment attachment = renderPassInfo.getAttachments()[subpass.getColorAttachments()[attachmentRefNdx].getAttachment()]; local 2490 const Attachment attachment = renderPassInfo.getAttachments()[attachmentNdx]; local 3254 const Attachment attachment = renderPassInfo.getAttachments()[attachmentNdx]; local 3491 const deUint32 attachment = references[referenceNdx].getAttachment(); local 3544 const Attachment& attachment = renderPassInfo.getAttachments()[attachmentNdx]; local 3628 const Attachment& attachment = renderPass.getAttachments()[attachmentRef.getAttachment()]; local 3742 const Attachment& attachment = renderPass.getAttachments()[attachmentRef.getAttachment()]; local 3753 const Attachment& attachment = renderPass.getAttachments()[subpass.getDepthStencilAttachment().getAttachment()]; local 3784 const Attachment& attachment = attachments[attachmentNdx]; local [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
H A D | x11_screen.h | 45 unsigned int attachment; member in struct:x11_drawable_buffer
|
/external/mesa3d/src/glx/ |
H A D | dri2.h | 41 unsigned int attachment; member in struct:__anon14462
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
H A D | dri_util.h | 111 unsigned int attachment,
|
/external/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_drm.c | 210 buffer->attachment = __DRI_BUFFER_BACK_LEFT; 221 unsigned int attachment, unsigned int format, __DRIbuffer *buffer) 225 __DRIbuffer *b = dri2_surf->dri_buffers[attachment]; 229 attachment, format, 232 dri2_surf->dri_buffers[attachment] = b; 220 get_aux_bo(struct dri2_egl_surface *dri2_surf, unsigned int attachment, unsigned int format, __DRIbuffer *buffer) argument
|
/external/skia/src/gpu/gl/debug/ |
H A D | GrGLCreateDebugInterface.cpp | 381 GrGLenum attachment, 386 GrAlwaysAssert(GR_GL_COLOR_ATTACHMENT0 == attachment || 387 GR_GL_DEPTH_ATTACHMENT == attachment || 388 GR_GL_STENCIL_ATTACHMENT == attachment); 401 switch (attachment) { 420 GrGLenum attachment, 426 GrAlwaysAssert(GR_GL_COLOR_ATTACHMENT0 == attachment || 427 GR_GL_DEPTH_ATTACHMENT == attachment || 428 GR_GL_STENCIL_ATTACHMENT == attachment); 446 switch (attachment) { 380 debugGLFramebufferRenderbuffer(GrGLenum target, GrGLenum attachment, GrGLenum renderbuffertarget, GrGLuint renderBufferID) argument 419 debugGLFramebufferTexture2D(GrGLenum target, GrGLenum attachment, GrGLenum textarget, GrGLuint textureID, GrGLint level) argument [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
H A D | radeon_common_context.c | 433 switch (buffers[i].attachment) { 462 buffers[i].attachment); 478 regname, buffers[i].name, buffers[i].attachment, 487 if (buffers[i].attachment == __DRI_BUFFER_STENCIL && depth_bo) { 525 if (buffers[i].attachment == __DRI_BUFFER_DEPTH) { 534 if (buffers[i].attachment == __DRI_BUFFER_DEPTH_STENCIL) {
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
H A D | radeon_common_context.c | 433 switch (buffers[i].attachment) { 462 buffers[i].attachment); 478 regname, buffers[i].name, buffers[i].attachment, 487 if (buffers[i].attachment == __DRI_BUFFER_STENCIL && depth_bo) { 525 if (buffers[i].attachment == __DRI_BUFFER_DEPTH) { 534 if (buffers[i].attachment == __DRI_BUFFER_DEPTH_STENCIL) {
|
/external/chromium-trace/catapult/third_party/Paste/tests/ |
H A D | test_httpheaders.py | 12 assert 'attachment; filename="bingles.txt"' == \ 24 'HTTP_CONTENT_DISPOSITION': 'attachment; filename="bingles.txt"', 48 ('Content-Disposition', 'attachment; filename="bingles.txt"') 70 assert 'attachment' == CONTENT_DISPOSITION() 71 assert 'attachment' == CONTENT_DISPOSITION(attachment=True) 75 assert 'attachment; filename="test.txt"' == \ 89 ('Content-Disposition', 'attachment; filename="test.txt"')
|