HomeSort by relevance Sort by last modified time
    Searched defs:samplerVariable (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/glsl/
GrGLSLProgramBuilder.h 54 const GrShaderVar& samplerVariable(SamplerHandle handle) const {
55 return this->uniformHandler()->samplerVariable(handle);
  /external/skqp/src/gpu/glsl/
GrGLSLProgramBuilder.h 48 const GrShaderVar& samplerVariable(SamplerHandle handle) const {
49 return this->uniformHandler()->samplerVariable(handle);

Completed in 549 milliseconds