Searched refs:translatex (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/libANGLE/ |
D | Context_gles_1_0_autogen.h | 105 void translatex(GLfixed x, GLfixed y, GLfixed z); \
|
D | Context_gles_1_0.cpp | 589 void Context::translatex(GLfixed x, GLfixed y, GLfixed z) in translatex() function in gl::Context
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | transform-handler.js | 53 translatex: ['T', cast([_, Opx, Opx]), cast([_, Opx])], property
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.cpp | 1991 context->translatex(x, y, z); in GL_Translatex()
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | web-animations-next-lite.min.js | 15 …null,c([k,m])],skewy:["A",null,c([m,k])],translate:["Tt",c([k,k,l]),d],translatex:["T",c([k,l,l]),… property
|
D | web-animations.min.js | 15 …null,c([k,m])],skewy:["A",null,c([m,k])],translate:["Tt",c([k,k,l]),d],translatex:["T",c([k,l,l]),… property
|
D | web-animations-next.min.js | 15 …null,c([k,m])],skewy:["A",null,c([m,k])],translate:["Tt",c([k,k,l]),d],translatex:["T",c([k,l,l]),… property
|
/external/angle/src/libANGLE/capture/ |
D | frame_capture_replay_autogen.cpp | 2945 context->translatex(params.getParam("x", ParamType::TGLfixed, 0).value.GLfixedVal, in ReplayCall()
|