HomeSort by relevance Sort by last modified time
    Searched refs:min_depth (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_cc.c 52 ccv->min_depth = MIN2(ctx->Viewport.Near, ctx->Viewport.Far);
55 ccv->min_depth = 0.0;
gen6_blorp.cpp 990 ccv->min_depth = 0.0
    [all...]
gen7_blorp.cpp 104 ccv->min_depth = 0.0;
brw_state_dump.c 362 batch_out(brw, name, offset, 0, "min_depth = %f\n", vp->min_depth);
brw_structs.h 740 GLfloat min_depth; member in struct:brw_cc_viewport
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cc.c 52 ccv->min_depth = MIN2(ctx->Viewport.Near, ctx->Viewport.Far);
55 ccv->min_depth = 0.0;
gen6_blorp.cpp 990 ccv->min_depth = 0.0
    [all...]
gen7_blorp.cpp 104 ccv->min_depth = 0.0;
brw_state_dump.c 362 batch_out(brw, name, offset, 0, "min_depth = %f\n", vp->min_depth);
brw_structs.h 740 GLfloat min_depth; member in struct:brw_cc_viewport
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
fakeglx.c 614 * min_depth - minimum visual depth
619 choose_x_visual(Display *dpy, int screen, int min_depth, int preferred_class)
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;
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 614 * min_depth - minimum visual depth
619 choose_x_visual(Display *dpy, int screen, int min_depth, int preferred_class)
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;
    [all...]
  /external/opencv/cv/include/
cv.hpp 136 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/
glx_api.c 471 * min_depth - minimum visual depth
476 choose_x_visual( Display *dpy, int screen, int min_depth,
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--) {
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 471 * min_depth - minimum visual depth
476 choose_x_visual( Display *dpy, int screen, int min_depth,
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--) {
    [all...]
  /external/opencv/cv/src/
cvsmooth.cpp 81 min_depth = CV_32S;
93 min_depth = CV_32S;
126 min_depth = CV_MAT_DEPTH(_src_type) == CV_8U ? CV_32S : CV_64F;
    [all...]
cvfilter.cpp 59 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;
    [all...]
  /external/chromium_org/third_party/libxml/src/
xpath.c 14084 int max_depth, min_depth; local
    [all...]
  /external/libxml2/
xpath.c 14154 int max_depth, min_depth; local
    [all...]

Completed in 276 milliseconds