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

  /external/skia/src/gpu/glsl/
GrGLSLShaderBuilder.cpp 43 void GrGLSLShaderBuilder::emitFunction(GrSLType returnType,
134 this->emitFunction(kVec4f_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...]

Completed in 71 milliseconds