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

  /external/skia/src/gpu/glsl/
GrGLSLShaderBuilder.cpp 43 void GrGLSLShaderBuilder::emitFunction(GrSLType returnType,
132 this->emitFunction(kHalf_GrSLType, "inverse_srgb", SK_ARRAY_COUNT(gInverseSRGBArgs),
153 this->emitFunction(kHalf_GrSLType, "transfer_fn", SK_ARRAY_COUNT(gTransferFnArgs),
166 this->emitFunction(kHalf4_GrSLType, "gamut_xform", SK_ARRAY_COUNT(gGamutXformArgs),
189 this->emitFunction(kHalf4_GrSLType, "color_xform", SK_ARRAY_COUNT(gColorXformArgs),
  /external/skqp/src/gpu/glsl/
GrGLSLShaderBuilder.cpp 43 void GrGLSLShaderBuilder::emitFunction(GrSLType returnType,
132 this->emitFunction(kHalf_GrSLType, "inverse_srgb", SK_ARRAY_COUNT(gInverseSRGBArgs),
153 this->emitFunction(kHalf_GrSLType, "transfer_fn", SK_ARRAY_COUNT(gTransferFnArgs),
166 this->emitFunction(kHalf4_GrSLType, "gamut_xform", SK_ARRAY_COUNT(gGamutXformArgs),
189 this->emitFunction(kHalf4_GrSLType, "color_xform", SK_ARRAY_COUNT(gColorXformArgs),
  /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 86 milliseconds