OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lightingfp
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/core/
SkLightingShader.cpp
141
class
LightingFP
: public GrFragmentProcessor {
143
LightingFP
(GrTexture* diffuse, GrTexture* normal, const SkMatrix& diffMatrix,
169
this->initClassID<
LightingFP
>();
240
// const
LightingFP
&
lightingFP
= proc.cast<
LightingFP
>();
247
const
LightingFP
&
lightingFP
= proc.cast<
LightingFP
>();
249
const SkVector3& lightDir =
lightingFP
.lightDir()
[
all
...]
Completed in 614 milliseconds