OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stencil_temp
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.c
806
swrast->
stencil_temp
.buf1 = (GLubyte *) malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
807
swrast->
stencil_temp
.buf2 = (GLubyte *) malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
808
swrast->
stencil_temp
.buf3 = (GLubyte *) malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
809
swrast->
stencil_temp
.buf4 = (GLubyte *) malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
811
if (!swrast->
stencil_temp
.buf1 ||
812
!swrast->
stencil_temp
.buf2 ||
813
!swrast->
stencil_temp
.buf3 ||
814
!swrast->
stencil_temp
.buf4) {
836
free(swrast->
stencil_temp
.buf1);
837
free(swrast->
stencil_temp
.buf2)
[
all
...]
s_stencil.c
214
GLubyte *fail = swrast->
stencil_temp
.buf2;
359
GLubyte *stencilTemp = swrast->
stencil_temp
.buf1;
408
GLubyte *passMask = swrast->
stencil_temp
.buf2;
409
GLubyte *failMask = swrast->
stencil_temp
.buf3;
410
GLubyte *origMask = swrast->
stencil_temp
.buf4;
526
GLubyte *destVals = swrast->
stencil_temp
.buf1;
527
GLubyte *newVals = swrast->
stencil_temp
.buf2;
s_context.h
315
}
stencil_temp
;
member in struct:__anon13407
/external/mesa3d/src/mesa/swrast/
s_context.c
806
swrast->
stencil_temp
.buf1 = (GLubyte *) malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
807
swrast->
stencil_temp
.buf2 = (GLubyte *) malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
808
swrast->
stencil_temp
.buf3 = (GLubyte *) malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
809
swrast->
stencil_temp
.buf4 = (GLubyte *) malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
811
if (!swrast->
stencil_temp
.buf1 ||
812
!swrast->
stencil_temp
.buf2 ||
813
!swrast->
stencil_temp
.buf3 ||
814
!swrast->
stencil_temp
.buf4) {
836
free(swrast->
stencil_temp
.buf1);
837
free(swrast->
stencil_temp
.buf2)
[
all
...]
s_stencil.c
214
GLubyte *fail = swrast->
stencil_temp
.buf2;
359
GLubyte *stencilTemp = swrast->
stencil_temp
.buf1;
408
GLubyte *passMask = swrast->
stencil_temp
.buf2;
409
GLubyte *failMask = swrast->
stencil_temp
.buf3;
410
GLubyte *origMask = swrast->
stencil_temp
.buf4;
526
GLubyte *destVals = swrast->
stencil_temp
.buf1;
527
GLubyte *newVals = swrast->
stencil_temp
.buf2;
s_context.h
315
}
stencil_temp
;
member in struct:__anon23874
Completed in 32 milliseconds