Searched refs:value_return (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxconfig.c48 * \param value_return Location to store the data member of \c mode.
53 glx_config_get(struct glx_config * mode, int attribute, int *value_return) argument
57 *value_return = GL_TRUE;
60 *value_return = mode->rgbBits;
63 *value_return = mode->rgbMode;
66 *value_return = mode->redBits;
69 *value_return = mode->greenBits;
72 *value_return = mode->blueBits;
75 *value_return = mode->alphaBits;
78 *value_return
[all...]
H A Dglxconfig.h125 glx_config_get(struct glx_config * mode, int attribute, int *value_return);
H A Dglxcmds.c862 int *value_return)
875 return glx_config_get(config, attribute, value_return);
886 *value_return = GL_FALSE;
861 glXGetConfig(Display * dpy, XVisualInfo * vis, int attribute, int *value_return) argument
/external/mesa3d/src/glx/
H A Dglxconfig.c48 * \param value_return Location to store the data member of \c mode.
53 glx_config_get(struct glx_config * mode, int attribute, int *value_return) argument
57 *value_return = GL_TRUE;
60 *value_return = mode->rgbBits;
63 *value_return = mode->rgbMode;
66 *value_return = mode->redBits;
69 *value_return = mode->greenBits;
72 *value_return = mode->blueBits;
75 *value_return = mode->alphaBits;
78 *value_return
[all...]
H A Dglxconfig.h125 glx_config_get(struct glx_config * mode, int attribute, int *value_return);
H A Dglxcmds.c862 int *value_return)
875 return glx_config_get(config, attribute, value_return);
886 *value_return = GL_FALSE;
861 glXGetConfig(Display * dpy, XVisualInfo * vis, int attribute, int *value_return) argument
/external/chromium_org/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc123 InstructionOperand** value_return,
128 *value_return = g.UseRegister(m.left().node());
142 InstructionOperand** value_return,
147 *value_return = g.UseRegister(m.left().node());
161 InstructionOperand** value_return,
166 *value_return = g.UseRegister(m.left().node());
180 InstructionOperand** value_return,
185 *value_return = g.UseRegister(m.left().node());
199 InstructionOperand** value_return,
202 TryMatchASR(selector, opcode_return, node, value_return, shift_retur
121 TryMatchROR(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, InstructionOperand** value_return, InstructionOperand** shift_return) argument
140 TryMatchASR(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, InstructionOperand** value_return, InstructionOperand** shift_return) argument
159 TryMatchLSL(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, InstructionOperand** value_return, InstructionOperand** shift_return) argument
178 TryMatchLSR(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, InstructionOperand** value_return, InstructionOperand** shift_return) argument
197 TryMatchShift(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, InstructionOperand** value_return, InstructionOperand** shift_return) argument
[all...]

Completed in 351 milliseconds