Searched defs:check_size (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_context.c38 static GLuint check_size( const GLfloat *attr ) function
63 cl->Size = check_size(ctx->Current.Attrib[i]);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_config_win.cc43 gfx::Size check_size = NativeThemeWin::instance()->GetPartSize( local
45 if (!check_size.IsEmpty()) {
46 check_width = check_size.width();
47 check_height = check_size.height();
/external/mesa3d/src/mesa/vbo/
H A Dvbo_context.c38 static GLuint check_size( const GLfloat *attr ) function
63 cl->Size = check_size(ctx->Current.Attrib[i]);
/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-mips64.cc196 int check_size = masm->InstructionsGeneratedSince(&skip); local
197 CHECK_EQ(check_size, 4);
/external/clang/test/Sema/
H A Darray-constraint.c36 void check_size() { function
/external/e2fsprogs/e2fsck/
H A Dpass1.c256 static void check_size(e2fsck_t ctx, struct problem_context *pctx) function
1098 check_size(ctx, &pctx);
1103 check_size(ctx, &pctx);
1119 check_size(ctx, &pctx);
1124 check_size(ctx, &pctx);
/external/pixman/test/
H A Dutils.c567 int check_size,
582 pixman_image_get_width (image) + check_size - 1) / check_size;
584 pixman_image_get_height (image) + check_size - 1) / check_size;
599 i * check_size, j * check_size,
600 check_size, check_size);
566 draw_checkerboard(pixman_image_t *image, int check_size, uint32_t color1, uint32_t color2) argument

Completed in 1782 milliseconds