OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bindTextures
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramEffects.cpp
247
void GrGLProgramEffects::
bindTextures
(GrGpuGL* gpu, const GrEffectRef& effect, int effectIdx) {
413
this->
bindTextures
(gpu, *drawEffect.effect(), e);
529
this->
bindTextures
(gpu, *drawEffect.effect(), e);
/external/skia/src/gpu/gl/
GrGLProgramEffects.cpp
247
void GrGLProgramEffects::
bindTextures
(GrGpuGL* gpu, const GrEffectRef& effect, int effectIdx) {
413
this->
bindTextures
(gpu, *drawEffect.effect(), e);
529
this->
bindTextures
(gpu, *drawEffect.effect(), e);
Completed in 298 milliseconds