HomeSort by relevance Sort by last modified time
    Searched refs:setOrthographicMatrix (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.h 57 static void setOrthographicMatrix(TransformationMatrix& ortho, float left, float top,
ShaderProgram.cpp 279 GLUtils::setOrthographicMatrix(m_visibleContentRectProjectionMatrix,
499 GLUtils::setOrthographicMatrix(m_visibleContentRectProjectionMatrix,
513 GLUtils::setOrthographicMatrix(m_clipProjectionMatrix, screenClip.x(), screenClip.y(),
529 // Note that GLUtils::setOrthographicMatrix is inverting the Y.
    [all...]
GLUtils.cpp 93 void GLUtils::setOrthographicMatrix(TransformationMatrix& ortho, float left, float top,

Completed in 445 milliseconds