Searched refs:attIndex (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_fbo.h | 104 intel_get_renderbuffer(struct gl_framebuffer *fb, gl_buffer_index attIndex) in intel_get_renderbuffer() argument 108 assert((unsigned)attIndex < ARRAY_SIZE(fb->Attachment)); in intel_get_renderbuffer() 110 rb = fb->Attachment[attIndex].Renderbuffer; in intel_get_renderbuffer() 155 intel_get_rb_region(struct gl_framebuffer *fb, GLuint attIndex);
|
D | intel_fbo.c | 58 intel_get_rb_region(struct gl_framebuffer *fb, GLuint attIndex) in intel_get_rb_region() argument 60 struct intel_renderbuffer *irb = intel_get_renderbuffer(fb, attIndex); in intel_get_rb_region()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fbo.h | 167 brw_get_renderbuffer(struct gl_framebuffer *fb, gl_buffer_index attIndex) in brw_get_renderbuffer() argument 171 assert((unsigned)attIndex < ARRAY_SIZE(fb->Attachment)); in brw_get_renderbuffer() 173 rb = fb->Attachment[attIndex].Renderbuffer; in brw_get_renderbuffer()
|
/third_party/expat/lib/ |
D | xmlparse.c | 3252 int attIndex = 0; in storeAtts() local 3374 appAtts[attIndex++] = attId->name; in storeAtts() 3396 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts() 3400 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts() 3403 if (appAtts[attIndex] == 0) in storeAtts() 3412 appAtts[attIndex], bindingsPtr); in storeAtts() 3415 --attIndex; in storeAtts() 3418 attIndex++; in storeAtts() 3423 attIndex++; in storeAtts() 3427 parser->m_nSpecifiedAtts = attIndex; in storeAtts() [all …]
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
D | xmlparse.c | 3236 int attIndex = 0; in storeAtts() local 3322 appAtts[attIndex++] = attId->name; in storeAtts() 3344 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts() 3348 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts() 3351 if (appAtts[attIndex] == 0) in storeAtts() 3360 appAtts[attIndex], bindingsPtr); in storeAtts() 3363 --attIndex; in storeAtts() 3366 attIndex++; in storeAtts() 3371 attIndex++; in storeAtts() 3375 parser->m_nSpecifiedAtts = attIndex; in storeAtts() [all …]
|
/third_party/python/Modules/expat/ |
D | xmlparse.c | 3236 int attIndex = 0; in storeAtts() local 3322 appAtts[attIndex++] = attId->name; in storeAtts() 3344 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts() 3348 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts() 3351 if (appAtts[attIndex] == 0) in storeAtts() 3360 appAtts[attIndex], bindingsPtr); in storeAtts() 3363 --attIndex; in storeAtts() 3366 attIndex++; in storeAtts() 3371 attIndex++; in storeAtts() 3375 parser->m_nSpecifiedAtts = attIndex; in storeAtts() [all …]
|