OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alphalocation
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
ShaderChromium.h
104
int
alphaLocation
() const { return m_alphaLocation; }
133
int
alphaLocation
() const { return m_alphaLocation; }
159
int
alphaLocation
() const { return m_alphaLocation; }
RenderSurfaceChromium.cpp
123
shaderAlphaLocation = maskProgram->fragmentShader().
alphaLocation
();
133
shaderAlphaLocation = program->fragmentShader().
alphaLocation
();
LayerChromium.cpp
325
int matrixLocation, int
alphaLocation
)
339
if (
alphaLocation
!= -1)
340
GLC(context, context->uniform1f(
alphaLocation
, opacity));
LayerChromium.h
181
int matrixLocation, int
alphaLocation
);
LayerTilerChromium.cpp
450
GLC(context, context->uniform1f(program->fragmentShader().
alphaLocation
(), opacity));
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCCanvasLayerImpl.cpp
65
program->fragmentShader().
alphaLocation
());
CCVideoLayerImpl.cpp
136
program->fragmentShader().
alphaLocation
());
159
program->fragmentShader().
alphaLocation
());
CCPluginLayerImpl.cpp
70
program->fragmentShader().
alphaLocation
());
CCHeadsUpDisplay.cpp
125
program->fragmentShader().
alphaLocation
());
Completed in 417 milliseconds