OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RasterTrapezoid
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/pixelflinger2/
raster.cpp
151
static void
RasterTrapezoid
(const GGLInterface * iface, const VertexOutput * tl,
377
RasterTrapezoid
(iface, a, a, b, c);
381
RasterTrapezoid
(iface, b, c, d, d);
566
iface->
RasterTrapezoid
=
RasterTrapezoid
;
shader.cpp
907
if (ShaderVerifyRasterTrapezoid != iface->
RasterTrapezoid
)
908
iface->
RasterTrapezoid
(iface, tl, tr, bl, br);
929
iface->
RasterTrapezoid
= ShaderVerifyRasterTrapezoid;
[
all
...]
/external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h
214
void (*
RasterTrapezoid
)(const GGLInterface_t * iface, const VertexOutput_t * tl,
Completed in 17 milliseconds