HomeSort by relevance Sort by last modified time
    Searched refs:emitFunction (Results 1 - 13 of 13) sorted by null

  /external/skia/src/gpu/effects/
GrSRGBEffect.cpp 27 fragBuilder->emitFunction(kFloat_GrSLType,
36 fragBuilder->emitFunction(kFloat_GrSLType,
GrNonlinearColorSpaceXformEffect.cpp 67 fragBuilder->emitFunction(kFloat_GrSLType, fnName, SK_ARRAY_COUNT(gTransferFnFuncArgs),
  /external/skia/src/gpu/glsl/
GrGLSLBlend.cpp 131 fsBuilder->emitFunction(kFloat_GrSLType,
159 fsBuilder->emitFunction(kVec3f_GrSLType,
176 fsBuilder->emitFunction(kFloat_GrSLType,
202 fsBuilder->emitFunction(kVec3f_GrSLType,
233 fsBuilder->emitFunction(kVec3f_GrSLType,
GrGLSLShaderBuilder.cpp 43 void GrGLSLShaderBuilder::emitFunction(GrSLType returnType,
134 this->emitFunction(kVec4f_GrSLType,
GrGLSLShaderBuilder.h 133 void emitFunction(GrSLType returnType,
  /external/skia/src/shaders/
SkPerlinNoiseShader.cpp     [all...]
  /external/skia/src/gpu/ccpr/
GrCCPRTriangleProcessor.cpp 155 f->emitFunction(kVoid_GrSLType, "sampleEdge", 1, &edgeArg, [&]() {
GrCCPRCoverageProcessor.cpp 142 g->emitFunction(kVoid_GrSLType, "emitVertex", emitArgs.count(), emitArgs.begin(), [&]() {
  /external/skia/src/effects/
SkHighContrastFilter.cpp 309 fragBuilder->emitFunction(kFloat_GrSLType,
SkLightingImageFilter.cpp     [all...]
  /external/skia/src/gpu/
GrDefaultGeoProcFactory.cpp 97 vertBuilder->emitFunction(kFloat_GrSLType,
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 139 emitFunction(jfunc, out, true, false);
143 emitFunction(jfunc, out, false, true);
147 emitFunction(jfunc, out, false, false);
569 void emitFunction(JFunc jfunc, PrintStream out, boolean nativeDecl, boolean interfaceDecl) {
    [all...]
  /external/skia/src/gpu/instanced/
InstanceProcessor.cpp     [all...]

Completed in 218 milliseconds