OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZoomedArrays
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_zoom.c
144
if (!swrast->
ZoomedArrays
) {
146
swrast->
ZoomedArrays
= (SWspanarrays *) CALLOC(sizeof(SWspanarrays));
147
if (!swrast->
ZoomedArrays
)
162
zoomed.array = swrast->
ZoomedArrays
;
s_context.h
288
SWspanarrays *
ZoomedArrays
; /**< For pixel zooming */
s_context.c
832
if (swrast->
ZoomedArrays
)
833
FREE( swrast->
ZoomedArrays
);
/external/mesa3d/src/mesa/swrast/
s_zoom.c
144
if (!swrast->
ZoomedArrays
) {
146
swrast->
ZoomedArrays
= (SWspanarrays *) CALLOC(sizeof(SWspanarrays));
147
if (!swrast->
ZoomedArrays
)
162
zoomed.array = swrast->
ZoomedArrays
;
s_context.h
288
SWspanarrays *
ZoomedArrays
; /**< For pixel zooming */
s_context.c
832
if (swrast->
ZoomedArrays
)
833
FREE( swrast->
ZoomedArrays
);
Completed in 498 milliseconds