/external/skia/src/gpu/glsl/ |
GrGLSLBlend.cpp | 129 fsBuilder->emitFunction(kFloat_GrSLType, 157 fsBuilder->emitFunction(kVec3f_GrSLType, 174 fsBuilder->emitFunction(kFloat_GrSLType, 200 fsBuilder->emitFunction(kVec3f_GrSLType, 231 fsBuilder->emitFunction(kVec3f_GrSLType,
|
GrGLSLShaderBuilder.h | 107 void emitFunction(GrSLType returnType,
|
GrGLSLShaderBuilder.cpp | 38 void GrGLSLShaderBuilder::emitFunction(GrSLType returnType,
|
/external/skia/experimental/SkPerlinNoiseShader2/ |
SkPerlinNoiseShader2.cpp | [all...] |
/external/skia/src/gpu/effects/ |
GrBicubicEffect.cpp | 73 fragBuilder->emitFunction(kVec4f_GrSLType,
|
/external/skia/tools/debugger/ |
SkOverdrawMode.cpp | 80 fragBuilder->emitFunction(kVec4f_GrSLType,
|
/external/skia/src/effects/ |
SkPixelXorXfermode.cpp | 72 fragBuilder->emitFunction(kFloat_GrSLType,
|
SkLightingImageFilter.cpp | [all...] |
SkPerlinNoiseShader.cpp | 770 fragBuilder->emitFunction(kFloat_GrSLType, [all...] |
/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/batches/ |
GrPLSPathRenderer.cpp | 544 fsBuilder->emitFunction(kBool_GrSLType, "in_quad", QUAD_ARGS, inQuadArgs, inQuadCode, [all...] |