Home | History | Annotate | Download | only in glsl

Lines Matching defs:GrGLSLFragmentShaderBuilder

8 #include "GrGLSLFragmentShaderBuilder.h"
17 const char* GrGLSLFragmentShaderBuilder::kDstColorName = "_dstColor";
61 uint8_t GrGLSLFragmentShaderBuilder::KeyForSurfaceOrigin(GrSurfaceOrigin origin) {
69 GrGLSLFragmentShaderBuilder::GrGLSLFragmentShaderBuilder(GrGLSLProgramBuilder* program)
82 SkString GrGLSLFragmentShaderBuilder::ensureCoords2D(const GrShaderVar& coords) {
95 const char* GrGLSLFragmentShaderBuilder::dstColor() {
118 void GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded(GrBlendEquation equation) {
135 void GrGLSLFragmentShaderBuilder::enableCustomOutput() {
145 void GrGLSLFragmentShaderBuilder::enableSecondaryOutput() {
164 const char* GrGLSLFragmentShaderBuilder::getPrimaryColorOutputName() const {
168 bool GrGLSLFragmentShaderBuilder::primaryColorOutputIsInOut() const {
180 const char* GrGLSLFragmentShaderBuilder::getSecondaryColorOutputName() const {
186 GrSurfaceOrigin GrGLSLFragmentShaderBuilder::getSurfaceOrigin() const {
194 void GrGLSLFragmentShaderBuilder::onFinalize() {
198 void GrGLSLFragmentShaderBuilder::onBeforeChildProcEmitCode() {
206 void GrGLSLFragmentShaderBuilder::onAfterChildProcEmitCode() {