Home
last modified time | relevance | path

Searched defs:modelViewMatrix (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DSkiaShader.cpp68 const SkMatrix& localMatrix, const mat4& modelViewMatrix) { in computeScreenSpaceMatrix()
115 bool tryStoreGradient(Caches& caches, const SkShader& shader, const Matrix4 modelViewMatrix, in tryStoreGradient()
197 bool tryStoreBitmap(Caches& caches, const SkShader& shader, const Matrix4& modelViewMatrix, in tryStoreBitmap()
277 const Matrix4& modelViewMatrix, GLuint* textureUnit, in storeCompose()
287 bool tryStoreCompose(Caches& caches, const SkShader& shader, const Matrix4& modelViewMatrix, in tryStoreCompose()
319 bool tryStoreLayer(Caches& caches, const SkShader& shader, const Matrix4& modelViewMatrix, in tryStoreLayer()
355 void SkiaShader::store(Caches& caches, const SkShader& shader, const Matrix4& modelViewMatrix, in store()
DProgram.cpp156 void Program::set(const mat4& projectionMatrix, const mat4& modelViewMatrix, in set()