Searched refs:MALLOC (Results 201 - 212 of 212) sorted by relevance

123456789

/external/mesa3d/src/mesa/main/
H A Dattrib.c401 stipple = (GLuint *) MALLOC( 32*sizeof(GLuint) );
H A Dteximage.c1055 GLubyte *data = (GLubyte *) MALLOC(numPixels * components * sizeof(GLubyte));
/external/mesa3d/src/mesa/vbo/
H A Dvbo_save_api.c357 node->current_data = MALLOC(node->current_size * sizeof(GLfloat));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_sm4.cpp869 info.immd.buf = (uint32_t *)MALLOC(info.immd.bufSize);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1609 weightLut = (float *) MALLOC(WEIGHT_LUT_SIZE * sizeof(float));
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_sysctl.c140 MALLOC(SCTP_BASE_SYSCTL(sctp_log), struct sctp_log *, sizeof(struct sctp_log), M_SYSCTL, M_ZERO);
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socket.c679 MALLOC(sa, struct sockaddr *, len, M_SONAME, M_WAITOK);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_sm4.cpp869 info.immd.buf = (uint32_t *)MALLOC(info.immd.bufSize);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1609 weightLut = (float *) MALLOC(WEIGHT_LUT_SIZE * sizeof(float));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c709 MALLOC( maxDeclarations * sizeof(struct tgsi_full_declaration) );
716 MALLOC( maxInstructions * sizeof(struct tgsi_full_instruction) );
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c709 MALLOC( maxDeclarations * sizeof(struct tgsi_full_declaration) );
716 MALLOC( maxInstructions * sizeof(struct tgsi_full_instruction) );
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dteximage.c1055 GLubyte *data = (GLubyte *) MALLOC(numPixels * components * sizeof(GLubyte));

Completed in 308 milliseconds

123456789