Searched defs:xyz (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
H A Ddebug-dead-local-var.c5 // local variable xyz.
8 struct X { int a; int b; } xyz; local
/external/clang/test/SemaCXX/
H A Daddress-of.cpp35 void (*xyz)(void) = &xpto; variable
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureGeneratorMagic.java54 public void compute(float[] xyz, float turbulence) {
55 xyz[1] = -(float) Math.cos(xyz[0] - xyz[1] + xyz[2]) * turbulence;
60 public void compute(float[] xyz, float turbulence) {
61 xyz[0] = (float) Math.cos(xyz[0] - xyz[1] - xyz[
189 compute(float[] xyz, float turbulence) argument
[all...]
/external/clang/test/Parser/
H A Ddeclarators.c48 struct xyz { int y; }; struct
50 xyz b; // expected-error {{must use 'struct' tag to refer to type 'xyz'}}
54 // We should recover 'b' by parsing it with a valid type of "struct xyz", which
59 struct xyz test8() { return a; } // a should be be marked invalid, no diag.
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DlibGLESv2.cpp5021 GLfloat xyz[3] = {x, y, z}; local
5023 glUniform3fv(location, 1, (GLfloat*)&xyz);
5067 GLint xyz[3] = {x, y, z}; local
5069 glUniform3iv(location, 1, (GLint*)&xyz);

Completed in 243 milliseconds