Searched defs:_z (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dcxx11-user-defined-literal.cpp7 S operator"" _z(unsigned long long);
29 "foo"_x, "bar"_x, L'a'_y, 42_z, 1.0_f; local
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc62 FourFloats(float _x, float _y, float _z, float _w) argument
65 z(_z),
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h6730 void Init(GLint _location, GLfloat _x, GLfloat _y, GLfloat _z) { argument
6735 z = _z;
6738 void* Set(void* cmd, GLint _location, GLfloat _x, GLfloat _y, GLfloat _z) { argument
6739 static_cast<ValueType*>(cmd)->Init(_location, _x, _y, _z);
6874 void Init(GLint _location, GLint _x, GLint _y, GLint _z) { argument
6879 z = _z;
6882 void* Set(void* cmd, GLint _location, GLint _x, GLint _y, GLint _z) { argument
6883 static_cast<ValueType*>(cmd)->Init(_location, _x, _y, _z);
7018 void Init(GLint _location, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) { argument
7023 z = _z;
7027 Set( void* cmd, GLint _location, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) argument
7168 Init(GLint _location, GLint _x, GLint _y, GLint _z, GLint _w) argument
7177 Set( void* cmd, GLint _location, GLint _x, GLint _y, GLint _z, GLint _w) argument
7974 Init(GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z) argument
7982 Set(void* cmd, GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z) argument
8108 Init(GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) argument
8117 Set( void* cmd, GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) argument
[all...]

Completed in 1090 milliseconds