OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_clipProjectionMatrix
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
ShaderProgram.cpp
506
ALOGV("set
m_clipProjectionMatrix
, %d, %d, %d, %d",
513
GLUtils::setOrthographicMatrix(
m_clipProjectionMatrix
, screenClip.x(), screenClip.y(),
562
// Set up
m_clipProjectionMatrix
, m_currentScale and m_webViewMatrix before
783
m_surfaceProjectionMatrix =
m_clipProjectionMatrix
* m_webViewMatrix * scaleMatrix;
[
all
...]
ShaderProgram.h
194
TransformationMatrix
m_clipProjectionMatrix
;
Completed in 790 milliseconds