Searched refs:min_depth (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c52 ccv->min_depth = MIN2(ctx->Viewport.Near, ctx->Viewport.Far);
55 ccv->min_depth = 0.0;
H A Dgen6_blorp.cpp990 ccv->min_depth = 0.0;
H A Dgen7_blorp.cpp104 ccv->min_depth = 0.0;
H A Dbrw_state_dump.c362 batch_out(brw, name, offset, 0, "min_depth = %f\n", vp->min_depth);
H A Dbrw_structs.h740 GLfloat min_depth; member in struct:brw_cc_viewport
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c52 ccv->min_depth = MIN2(ctx->Viewport.Near, ctx->Viewport.Far);
55 ccv->min_depth = 0.0;
H A Dgen6_blorp.cpp990 ccv->min_depth = 0.0;
H A Dgen7_blorp.cpp104 ccv->min_depth = 0.0;
H A Dbrw_state_dump.c362 batch_out(brw, name, offset, 0, "min_depth = %f\n", vp->min_depth);
H A Dbrw_structs.h740 GLfloat min_depth; member in struct:brw_cc_viewport
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dfakeglx.c614 * min_depth - minimum visual depth
619 choose_x_visual(Display *dpy, int screen, int min_depth, int preferred_class) argument
639 if (min_depth==0) {
650 for (depth=32;depth>=min_depth;depth--) {
670 if (min_depth==0) {
681 for (depth=32;depth>=min_depth;depth--) {
697 * Find the deepest X over/underlay visual of at least min_depth.
704 * min_depth - minimum visual depth
711 int min_depth, int preferred_class )
737 deepest = min_depth;
709 choose_x_overlay_visual( Display *dpy, int scr, int level, int trans_type, int trans_value, int min_depth, int preferred_class ) argument
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dfakeglx.c614 * min_depth - minimum visual depth
619 choose_x_visual(Display *dpy, int screen, int min_depth, int preferred_class) argument
639 if (min_depth==0) {
650 for (depth=32;depth>=min_depth;depth--) {
670 if (min_depth==0) {
681 for (depth=32;depth>=min_depth;depth--) {
697 * Find the deepest X over/underlay visual of at least min_depth.
704 * min_depth - minimum visual depth
711 int min_depth, int preferred_class )
737 deepest = min_depth;
709 choose_x_overlay_visual( Display *dpy, int scr, int level, int trans_type, int trans_value, int min_depth, int preferred_class ) argument
[all...]
/external/opencv/cv/include/
H A Dcv.hpp136 int min_depth, src_type, dst_type, work_type; member in class:CvBaseImageFilter
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c471 * min_depth - minimum visual depth
476 choose_x_visual( Display *dpy, int screen, int min_depth, argument
499 if (min_depth==0) {
518 for (depth=32;depth>=min_depth;depth--) {
546 if (min_depth==0) {
557 for (depth=32;depth>=min_depth;depth--) {
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c471 * min_depth - minimum visual depth
476 choose_x_visual( Display *dpy, int screen, int min_depth, argument
499 if (min_depth==0) {
518 for (depth=32;depth>=min_depth;depth--) {
546 if (min_depth==0) {
557 for (depth=32;depth>=min_depth;depth--) {
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
H A D__init__.pxd498 object PyArray_ContiguousFromAny(op, int, int min_depth, int max_depth)
517 object PyArray_FromObject(object op, int type, int min_depth, int max_depth)
518 object PyArray_ContiguousFromObject(object op, int type, int min_depth, int max_depth)
519 object PyArray_CopyFromObject(object op, int type, int min_depth, int max_depth)
/external/opencv/cv/src/
H A Dcvsmooth.cpp81 min_depth = CV_32S;
93 min_depth = CV_32S;
126 min_depth = CV_MAT_DEPTH(_src_type) == CV_8U ? CV_32S : CV_64F;
H A Dcvfilter.cpp59 min_depth = CV_8U;
72 min_depth = CV_8U;
106 max_depth = MAX( max_depth, min_depth );
634 min_depth = CV_32F;
645 min_depth = CV_32F;
/external/chromium_org/third_party/libxml/src/
H A Dxpath.c14084 int max_depth, min_depth; local
14100 min_depth = xmlPatternMinDepth(comp);
14101 if (min_depth == -1)
14121 if (min_depth == 0) {
/external/libxml2/
H A Dxpath.c14237 int max_depth, min_depth; local
14253 min_depth = xmlPatternMinDepth(comp);
14254 if (min_depth == -1)
14274 if (min_depth == 0) {

Completed in 3027 milliseconds