/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/ |
FadeFilter.java | 50 * @see <a href="http://jmonkeyengine.org/groups/graphics/forum/topic/newbie-question-general-fade-inout-effect/#post-105559">http://jmonkeyengine.org/groups/graphics/forum/topic/newbie-question-general-fade-inout-effect/#post-105559</a>
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
pixelbender.php | 31 * 4. Statements * & qualifiers (in, out, inout) 87 'in', 'out', 'inout', 'if', 'else', 'for', 'while', 'do', 'break',
|
vhdl.php | 57 'inertial','inout','is','label','library','linkage','literal','loop',
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_fs_exec.c | 130 quad->inout.mask &= tgsi_exec_machine_run( machine ); 131 if (quad->inout.mask == 0)
|
/external/mesa3d/src/glsl/ |
ir_function.cpp | 74 * a function to be declared as auto (not in, out, or inout) or 93 * there is int -> float but no float -> int), inout parameters must
|
/system/extras/tests/sdcard/ |
stopwatch.h | 108 // @param str[inout] On entry points to the begining of a buffer 111 // @param size[inout] On entry points to the size of the buffer
|
/external/aac/libPCMutils/include/ |
pcmutils_lib.h | 241 * \param [inout] Pointer to time buffer with decoded PCM samples. 243 * \param [inout] Pointer where the amount of output channels is returned into. 245 * \param [inout] Array were the corresponding channel type for each output audio channel is stored into. 246 * \param [inout] Array were the corresponding channel type index for each output audio channel is stored into. 264 * @param [inout] Pointer to a buffer containing the handle of the instance.
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftmodapi.h | 211 /* <InOut> */ 262 /* <InOut> */ 365 * @inout: 509 /* <InOut> */ 543 /* <InOut> */
|
ftglyph.h | 271 /* <InOut> */ 434 /* <InOut> */ [all...] |
ftrender.h | 196 /* <InOut> */
|
/external/chromium_org/third_party/freetype/src/base/ |
ftbbox.c | 59 /* <InOut> */ 99 /* <InOut> */ 154 /* <InOut> */ 211 /* <InOut> */ 508 /* <InOut> */
|
/external/freetype/include/freetype/ |
ftmodapi.h | 211 /* <InOut> */ 262 /* <InOut> */ 365 * @inout: 509 /* <InOut> */ 543 /* <InOut> */
|
ftglyph.h | 271 /* <InOut> */ 434 /* <InOut> */ [all...] |
ftrender.h | 196 /* <InOut> */
|
/external/freetype/src/base/ |
ftbbox.c | 59 /* <InOut> */ 99 /* <InOut> */ 154 /* <InOut> */ 211 /* <InOut> */ 508 /* <InOut> */
|
/external/chromium_org/ppapi/api/ |
pp_array_output.idl | 42 typedef mem_t PP_ArrayOutput_GetDataBuffer([inout] mem_t user_data,
|
/external/chromium_org/sandbox/win/src/ |
crosscall_client.h | 74 // Returns true if the current type is used as an In or InOut parameter. 113 // Returns true if the current type is used as an In or InOut parameter. 159 // Returns true if the current type is used as an In or InOut parameter. 279 // Returns true if the current type is used as an In or InOut parameter.
|
/external/chromium_org/third_party/angle/src/compiler/ |
BaseTypes.h | 136 case EvqInOut: return "inout"; break;
|
VersionGLSL.cpp | 22 // out or inout."
|
/external/chromium_org/third_party/freetype/src/cache/ |
ftcmanag.h | 124 /* <InOut> */
|
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
aesni-x86.pl | 98 { my ($p,$inout,$ivec)=@_; $inout=$inout0 if (!defined($inout)); 105 &xorps ($inout,$ivec) if (defined($ivec)); 106 &xorps ($inout,$rndkey0) if (!defined($ivec)); 108 eval"&aes${p} ($inout,$rndkey1)"; 113 eval"&aes${p}last ($inout,$rndkey1)"; 117 { my ($p,$inout)=@_; $inout=$inout0 if (!defined($inout)); [all...] |
/external/freetype/src/cache/ |
ftcmanag.h | 124 /* <InOut> */
|
/external/openssh/ |
session.c | 479 int inout[2], err[2]; local 485 if (socketpair(AF_UNIX, SOCK_STREAM, 0, inout) < 0) { 492 close(inout[0]); 493 close(inout[1]); 512 close(inout[0]); 513 close(inout[1]); 559 close(inout[1]); 561 if (dup2(inout[0], 0) < 0) /* stdin */ 563 if (dup2(inout[0], 1) < 0) /* stdout (same as stdin) */ 565 close(inout[0]) [all...] |