Searched defs:modelViewMatrix (Results 1 – 2 of 2) sorted by relevance
| /frameworks/base/libs/hwui/ |
| D | SkiaShader.cpp | 73 const SkMatrix& localMatrix, const mat4& modelViewMatrix) { in computeScreenSpaceMatrix() 120 bool tryStoreGradient(Caches& caches, const SkShader& shader, const Matrix4 modelViewMatrix, in tryStoreGradient() 202 bool tryStoreBitmap(Caches& caches, const SkShader& shader, const Matrix4& modelViewMatrix, in tryStoreBitmap() 282 const Matrix4& modelViewMatrix, GLuint* textureUnit, in storeCompose() 292 bool tryStoreCompose(Caches& caches, const SkShader& shader, const Matrix4& modelViewMatrix, in tryStoreCompose() 324 bool tryStoreLayer(Caches& caches, const SkShader& shader, const Matrix4& modelViewMatrix, in tryStoreLayer() 360 void SkiaShader::store(Caches& caches, const SkShader& shader, const Matrix4& modelViewMatrix, in store()
|
| D | Program.cpp | 153 void Program::set(const mat4& projectionMatrix, const mat4& modelViewMatrix, in set()
|