Searched refs:attIndex (Results 1 – 6 of 6) sorted by relevance
/external/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()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_fbo.h | 167 intel_get_renderbuffer(struct gl_framebuffer *fb, gl_buffer_index attIndex) in intel_get_renderbuffer() argument 171 assert((unsigned)attIndex < ARRAY_SIZE(fb->Attachment)); in intel_get_renderbuffer() 173 rb = fb->Attachment[attIndex].Renderbuffer; in intel_get_renderbuffer()
|
/external/python/cpython3/Modules/expat/ |
D | xmlparse.c | 3182 int attIndex = 0; in storeAtts() local 3263 appAtts[attIndex++] = attId->name; in storeAtts() 3285 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts() 3290 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, parser->m_atts[i].valuePtr, in storeAtts() 3292 if (appAtts[attIndex] == 0) in storeAtts() 3301 appAtts[attIndex], bindingsPtr); in storeAtts() 3304 --attIndex; in storeAtts() 3308 attIndex++; in storeAtts() 3314 attIndex++; in storeAtts() 3318 parser->m_nSpecifiedAtts = attIndex; in storeAtts() [all …]
|
/external/expat/lib/ |
D | xmlparse.c | 3182 int attIndex = 0; in storeAtts() local 3263 appAtts[attIndex++] = attId->name; in storeAtts() 3285 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts() 3290 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, parser->m_atts[i].valuePtr, in storeAtts() 3292 if (appAtts[attIndex] == 0) in storeAtts() 3301 appAtts[attIndex], bindingsPtr); in storeAtts() 3304 --attIndex; in storeAtts() 3308 attIndex++; in storeAtts() 3314 attIndex++; in storeAtts() 3318 parser->m_nSpecifiedAtts = attIndex; in storeAtts() [all …]
|
/external/python/cpython2/Modules/expat/ |
D | xmlparse.c | 3182 int attIndex = 0; in storeAtts() local 3263 appAtts[attIndex++] = attId->name; in storeAtts() 3285 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts() 3290 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, parser->m_atts[i].valuePtr, in storeAtts() 3292 if (appAtts[attIndex] == 0) in storeAtts() 3301 appAtts[attIndex], bindingsPtr); in storeAtts() 3304 --attIndex; in storeAtts() 3308 attIndex++; in storeAtts() 3314 attIndex++; in storeAtts() 3318 parser->m_nSpecifiedAtts = attIndex; in storeAtts() [all …]
|