Home
last modified time | relevance | path

Searched refs:fFS (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp21 , fFS(this, args.fDesc->header().fFragPosKey) in GrGLSLProgramBuilder()
78 fFS.codeAppend(openBrace.c_str()); in emitAndInstallPrimProc()
88 &fFS, in emitAndInstallPrimProc()
104 fFS.codeAppend("}"); in emitAndInstallPrimProc()
131 fFS.codeAppend(openBrace.c_str()); in emitAndInstallFragProc()
138 GrGLSLFragmentProcessor::EmitArgs args(&fFS, in emitAndInstallFragProc()
153 fFS.codeAppend("}"); in emitAndInstallFragProc()
169 fFS.enableSecondaryOutput(); in emitAndInstallXferProc()
173 fFS.enableCustomOutput(); in emitAndInstallXferProc()
178 fFS.codeAppend(openBrace.c_str()); in emitAndInstallXferProc()
[all …]
DGrGLSLProgramBuilder.h81 GrGLSLFragmentShaderBuilder fFS; variable
108 fFS.reset(); in reset()
118 fPB->fFS.nextStage(); in AutoStageAdvance()
DGrGLSLVarying.cpp37 fProgramBuilder->fFS.codeAppendf("%s = %s;", output, v.fsIn()); in writePassThroughAttribute()
104 fProgramBuilder->fFS.addFeature(bit, extension); in setNoPerspective()
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp98 fFS.addFeature(1 << GrGLSLFragmentShaderBuilder::kExternalTexture_GLSLPrivateFeature, in emitSamplers()
155 if (!this->compileAndAttachShaders(fFS, programID, GR_GL_FRAGMENT_SHADER, &shadersToDelete)) { in finalize()
183 if (fFS.hasCustomColorOutput() && caps.bindFragDataLocationSupport()) { in bindProgramResourceLocations()
187 if (fFS.hasSecondaryOutput() && caps.glslCaps()->mustDeclareFragmentShaderOutput()) { in bindProgramResourceLocations()
/external/skia/src/gpu/vk/
DGrVkProgramBuilder.cpp246 fFS.extensions().appendf("#extension GL_ARB_separate_shader_objects : enable\n"); in finalize()
248 fFS.extensions().appendf("#extension GL_ARB_shading_language_420pack : enable\n"); in finalize()
261 fFS, in finalize()