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.h6254 void Init(GLint _location, GLfloat _x, GLfloat _y, GLfloat _z) { argument
6259 z = _z;
6262 void* Set(void* cmd, GLint _location, GLfloat _x, GLfloat _y, GLfloat _z) { argument
6263 static_cast<ValueType*>(cmd)->Init(_location, _x, _y, _z);
6398 void Init(GLint _location, GLint _x, GLint _y, GLint _z) { argument
6403 z = _z;
6406 void* Set(void* cmd, GLint _location, GLint _x, GLint _y, GLint _z) { argument
6407 static_cast<ValueType*>(cmd)->Init(_location, _x, _y, _z);
6542 void Init(GLint _location, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) { argument
6547 z = _z;
6551 Set( void* cmd, GLint _location, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) argument
6692 Init(GLint _location, GLint _x, GLint _y, GLint _z, GLint _w) argument
6701 Set( void* cmd, GLint _location, GLint _x, GLint _y, GLint _z, GLint _w) argument
7498 Init(GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z) argument
7506 Set(void* cmd, GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z) argument
7632 Init(GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) argument
7641 Set( void* cmd, GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) argument
[all...]

Completed in 321 milliseconds