Searched refs:modelViewMatrix (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DSkiaShader.cpp70 * @param modelViewMatrix Model view matrix, as supplied by the OpenGLRenderer.
73 const SkMatrix& localMatrix, const mat4& modelViewMatrix) {
79 screenSpace.multiply(modelViewMatrix);
120 bool tryStoreGradient(Caches& caches, const SkShader& shader, const Matrix4 modelViewMatrix, argument
154 shader.getLocalMatrix(), modelViewMatrix);
200 bool tryStoreBitmap(Caches& caches, const SkShader& shader, const Matrix4& modelViewMatrix, argument
245 modelViewMatrix);
286 const Matrix4& modelViewMatrix, GLuint* textureUnit,
288 LOG_ALWAYS_FATAL_IF(!tryStoreBitmap(caches, bitmapShader, modelViewMatrix,
291 LOG_ALWAYS_FATAL_IF(!tryStoreGradient(caches, gradientShader, modelViewMatrix,
72 computeScreenSpaceMatrix(mat4& screenSpace, const SkMatrix& unitMatrix, const SkMatrix& localMatrix, const mat4& modelViewMatrix) argument
285 storeCompose(Caches& caches, const SkShader& bitmapShader, const SkShader& gradientShader, const Matrix4& modelViewMatrix, GLuint* textureUnit, ProgramDescription* description, SkiaShaderData* outData) argument
296 tryStoreCompose(Caches& caches, const SkShader& shader, const Matrix4& modelViewMatrix, GLuint* textureUnit, ProgramDescription* description, SkiaShaderData* outData) argument
325 store(Caches& caches, const SkShader& shader, const Matrix4& modelViewMatrix, GLuint* textureUnit, ProgramDescription* description, SkiaShaderData* outData) argument
[all...]
H A DSkiaShader.h76 static void store(Caches& caches, const SkShader& shader, const Matrix4& modelViewMatrix,
H A DProgram.cpp153 void Program::set(const mat4& projectionMatrix, const mat4& modelViewMatrix, argument
173 t.multiply(modelViewMatrix);
H A DProgram.h388 void set(const mat4& projectionMatrix, const mat4& modelViewMatrix,

Completed in 454 milliseconds