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

  /external/skia/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.cpp 8 #include "GrGLSLFragmentShaderBuilder.h"
18 const char* GrGLSLFragmentShaderBuilder::kDstColorName = "_dstColor";
73 uint8_t GrGLSLFragmentShaderBuilder::KeyForSurfaceOrigin(GrSurfaceOrigin origin) {
81 GrGLSLFragmentShaderBuilder::GrGLSLFragmentShaderBuilder(GrGLSLProgramBuilder* program)
96 bool GrGLSLFragmentShaderBuilder::enableFeature(GLSLFeature feature) {
113 SkString GrGLSLFragmentShaderBuilder::ensureCoords2D(const GrShaderVar& coords) {
126 const char* GrGLSLFragmentShaderBuilder::distanceVectorName() const {
130 void GrGLSLFragmentShaderBuilder::appendOffsetToSample(const char* sampleIdx, Coordinates coords) {
141 void GrGLSLFragmentShaderBuilder::maskSampleCoverage(const char* mask, bool invert)
    [all...]
GrGLSLFragmentShaderBuilder.h 153 class GrGLSLFragmentShaderBuilder : public GrGLSLPPFragmentBuilder, public GrGLSLXPFragmentBuilder {
159 GrGLSLFragmentShaderBuilder(GrGLSLProgramBuilder* program);

Completed in 392 milliseconds