OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GenKey
(Results
1 - 25
of
42
) sorted by null
1
2
/external/skia/src/effects/
SkLumaColorFilter.cpp
65
static void
GenKey
(const GrProcessor&, const GrGLSLCaps&, GrProcessorKeyBuilder*) {}
98
GLSLProcessor::
GenKey
(*this, caps, b);
SkArithmeticMode_gpu.cpp
67
static void
GenKey
(const GrProcessor& proc, const GrGLSLCaps&, GrProcessorKeyBuilder* b) {
98
GLArithmeticFP::
GenKey
(*this, caps, b);
189
static void
GenKey
(const GrProcessor& processor, const GrGLSLCaps& caps,
244
GLArithmeticXP::
GenKey
(*this, caps, b);
SkPixelXorXfermode.cpp
188
static void
GenKey
(const GrProcessor&, const GrGLSLCaps&, GrProcessorKeyBuilder*) { }
212
GLPixelXorFP::
GenKey
(*this, caps, b);
271
static void
GenKey
(const GrProcessor&, const GrGLSLCaps&, GrProcessorKeyBuilder*) { }
311
GLPixelXorXP::
GenKey
(*this, caps, b);
SkAvoidXfermode.cpp
303
static void
GenKey
(const GrProcessor& proc, const GrGLSLCaps&, GrProcessorKeyBuilder* b) {
332
GLAvoidFP::
GenKey
(*this, caps, b);
399
static void
GenKey
(const GrProcessor& processor, const GrGLSLCaps&, GrProcessorKeyBuilder* b) {
456
GLAvoidXP::
GenKey
(*this, caps, b);
SkColorCubeFilter.cpp
182
static inline void
GenKey
(const GrProcessor&, const GrGLSLCaps&, GrProcessorKeyBuilder*);
222
GLSLProcessor::
GenKey
(*this, caps, b);
297
void GrColorCubeEffect::GLSLProcessor::
GenKey
(const GrProcessor& proc,
/external/skia/src/gpu/effects/
GrDisableColorXP.cpp
58
static void
GenKey
(const GrProcessor&, const GrGLSLCaps&, GrProcessorKeyBuilder*) {}
81
GLDisableColorXP::
GenKey
(*this, caps, b);
GrBitmapTextGeoProc.cpp
104
static inline void
GenKey
(const GrGeometryProcessor& proc,
156
GrGLBitmapTextGeoProc::
GenKey
(*this, caps, b);
GrCoverageSetOpXP.cpp
66
static void
GenKey
(const GrProcessor& processor, const GrGLSLCaps& caps,
103
GLCoverageSetOpXP::
GenKey
(*this, caps, b);
195
static void
GenKey
(const GrProcessor& processor, GrProcessorKeyBuilder* b) {
231
GLShaderCSOXferProcessor::
GenKey
(*this, b);
GrBezierEffect.cpp
24
static inline void
GenKey
(const GrGeometryProcessor&,
230
void GrGLConicEffect::
GenKey
(const GrGeometryProcessor& gp,
248
GrGLConicEffect::
GenKey
(*this, caps, b);
298
static inline void
GenKey
(const GrGeometryProcessor&,
446
void GrGLQuadEffect::
GenKey
(const GrGeometryProcessor& gp,
464
GrGLQuadEffect::
GenKey
(*this, caps, b);
515
static inline void
GenKey
(const GrGeometryProcessor&,
681
void GrGLCubicEffect::
GenKey
(const GrGeometryProcessor& gp,
696
GrGLCubicEffect::
GenKey
(*this, caps, b);
[
all
...]
GrBicubicEffect.cpp
28
static inline void
GenKey
(const GrProcessor& effect, const GrGLSLCaps&,
162
GrGLBicubicEffect::
GenKey
(*this, caps, b);