OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tab
(Results
1 - 25
of
1045
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/mesa/src/src/mesa/main/
vtxfmt.c
48
install_vtxfmt(struct gl_context *ctx, struct _glapi_table *
tab
,
52
_mesa_install_arrayelt_vtxfmt(
tab
, vfmt);
53
SET_Color3f(
tab
, vfmt->Color3f);
54
SET_Color3fv(
tab
, vfmt->Color3fv);
55
SET_Color4f(
tab
, vfmt->Color4f);
56
SET_Color4fv(
tab
, vfmt->Color4fv);
57
SET_EdgeFlag(
tab
, vfmt->EdgeFlag);
61
_mesa_install_eval_vtxfmt(
tab
, vfmt);
65
SET_FogCoordfEXT(
tab
, vfmt->FogCoordfEXT);
66
SET_FogCoordfvEXT(
tab
, vfmt->FogCoordfvEXT)
[
all
...]
/external/mesa3d/src/mesa/main/
vtxfmt.c
48
install_vtxfmt(struct gl_context *ctx, struct _glapi_table *
tab
,
52
_mesa_install_arrayelt_vtxfmt(
tab
, vfmt);
53
SET_Color3f(
tab
, vfmt->Color3f);
54
SET_Color3fv(
tab
, vfmt->Color3fv);
55
SET_Color4f(
tab
, vfmt->Color4f);
56
SET_Color4fv(
tab
, vfmt->Color4fv);
57
SET_EdgeFlag(
tab
, vfmt->EdgeFlag);
61
_mesa_install_eval_vtxfmt(
tab
, vfmt);
65
SET_FogCoordfEXT(
tab
, vfmt->FogCoordfEXT);
66
SET_FogCoordfvEXT(
tab
, vfmt->FogCoordfvEXT)
[
all
...]
/external/chromium/chrome/browser/ui/views/tabs/
tab_controller.h
21
// Selects the
tab
.
22
virtual void SelectTab(BaseTab*
tab
) = 0;
24
// Extends the selection from the anchor to |
tab
|.
25
virtual void ExtendSelectionTo(BaseTab*
tab
) = 0;
27
// Toggles whether |
tab
| is selected.
28
virtual void ToggleSelected(BaseTab*
tab
) = 0;
30
// Adds the selection the anchor to |
tab
|.
31
virtual void AddSelectionFromAnchorTo(BaseTab*
tab
) = 0;
33
// Closes the
tab
.
34
virtual void CloseTab(BaseTab*
tab
) = 0
[
all
...]