OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clip_bottom
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/src/Renderer/
Clipper.hpp
37
CLIP_BOTTOM
= 1 << 4,
Clipper.cpp
38
((v.y < -v.w) ?
CLIP_BOTTOM
: 0) |
57
if(clipFlagsOr &
CLIP_BOTTOM
) clipBottom(polygon);
/frameworks/webview/chromium/plat_support/
draw_gl_functor.cpp
65
aw_info.
clip_bottom
= gl_info->clipBottom;
draw_gl.h
53
int
clip_bottom
;
member in struct:AwDrawGLInfo
/external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_emit.c
500
uint32_t
clip_bottom
=
local
505
clip_bottom
= MIN2(ctx->scissor.SE_CLIP_BOTTOM,
clip_bottom
);
509
/*00C24*/ EMIT_STATE_FIXP(SE_CLIP_BOTTOM,
clip_bottom
);
[
all
...]
Completed in 1563 milliseconds