Home
last modified time | relevance | path

Searched refs:translatex (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libANGLE/
DContext_gles_1_0_autogen.h105 void translatex(GLfixed x, GLfixed y, GLfixed z); \
DContext_gles_1_0.cpp589 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/
Dtransform-handler.js53 translatex: ['T', cast([_, Opx, Opx]), cast([_, Opx])], property
/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp1991 context->translatex(x, y, z); in GL_Translatex()
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
Dweb-animations-next-lite.min.js15 …null,c([k,m])],skewy:["A",null,c([m,k])],translate:["Tt",c([k,k,l]),d],translatex:["T",c([k,l,l]),… property
Dweb-animations.min.js15 …null,c([k,m])],skewy:["A",null,c([m,k])],translate:["Tt",c([k,k,l]),d],translatex:["T",c([k,l,l]),… property
Dweb-animations-next.min.js15 …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/
Dframe_capture_replay_autogen.cpp2945 context->translatex(params.getParam("x", ParamType::TGLfixed, 0).value.GLfixedVal, in ReplayCall()