OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_yWidthScaleFactorLocation
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
ShaderChromium.h
62
int yWidthScaleFactorLocation() const { return
m_yWidthScaleFactorLocation
; }
67
int
m_yWidthScaleFactorLocation
;
ShaderChromium.cpp
68
,
m_yWidthScaleFactorLocation
(-1)
76
m_yWidthScaleFactorLocation
= context->getUniformLocation(program, "y_widthScaleFactor");
78
return m_matrixLocation != -1 &&
m_yWidthScaleFactorLocation
!= -1 && m_uvWidthScaleFactorLocation != -1;
Completed in 331 milliseconds