Home
last modified time | relevance | path

Searched refs:setProjectionMatrix (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/adpf/app/hintsession/src/cpp/
DShader.h79 void setProjectionMatrix(float *projectionMatrix) const;
DShader.cpp162 void Shader::setProjectionMatrix(float *projectionMatrix) const { in setProjectionMatrix() function in Shader
DRenderer.cpp155 shader_->setProjectionMatrix(projectionMatrix); in render()