Searched refs:stencil_temp (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.c801 swrast->stencil_temp.buf1 = malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
802 swrast->stencil_temp.buf2 = malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
803 swrast->stencil_temp.buf3 = malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
804 swrast->stencil_temp.buf4 = malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
806 if (!swrast->stencil_temp.buf1 ||
807 !swrast->stencil_temp.buf2 ||
808 !swrast->stencil_temp.buf3 ||
809 !swrast->stencil_temp.buf4) {
830 free(swrast->stencil_temp.buf1);
831 free(swrast->stencil_temp
[all...]
H A Ds_stencil.c215 GLubyte *fail = swrast->stencil_temp.buf2;
360 GLubyte *stencilTemp = swrast->stencil_temp.buf1;
409 GLubyte *passMask = swrast->stencil_temp.buf2;
410 GLubyte *failMask = swrast->stencil_temp.buf3;
411 GLubyte *origMask = swrast->stencil_temp.buf4;
527 GLubyte *destVals = swrast->stencil_temp.buf1;
528 GLubyte *newVals = swrast->stencil_temp.buf2;
H A Ds_context.h331 } stencil_temp; member in struct:__anon927bb33e0108
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_context.c801 swrast->stencil_temp.buf1 = malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
802 swrast->stencil_temp.buf2 = malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
803 swrast->stencil_temp.buf3 = malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
804 swrast->stencil_temp.buf4 = malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
806 if (!swrast->stencil_temp.buf1 ||
807 !swrast->stencil_temp.buf2 ||
808 !swrast->stencil_temp.buf3 ||
809 !swrast->stencil_temp.buf4) {
830 free(swrast->stencil_temp.buf1);
831 free(swrast->stencil_temp
[all...]
H A Ds_stencil.c215 GLubyte *fail = swrast->stencil_temp.buf2;
420 GLubyte *stencilTemp = swrast->stencil_temp.buf1;
469 GLubyte *passMask = swrast->stencil_temp.buf2;
470 GLubyte *failMask = swrast->stencil_temp.buf3;
471 GLubyte *origMask = swrast->stencil_temp.buf4;
587 GLubyte *destVals = swrast->stencil_temp.buf1;
588 GLubyte *newVals = swrast->stencil_temp.buf2;
H A Ds_context.h332 } stencil_temp; member in struct:__anonea7e70310108

Completed in 50 milliseconds