bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2013 Google Inc. |
| 3 | * |
| 4 | * Use of this source code is governed by a BSD-style license that can be |
| 5 | * found in the LICENSE file. |
| 6 | */ |
| 7 | |
| 8 | #ifndef GrGLProgramDesc_DEFINED |
| 9 | #define GrGLProgramDesc_DEFINED |
| 10 | |
| 11 | #include "GrGLEffect.h" |
bsalomon@google.com | 798c8c4 | 2013-03-27 19:50:27 +0000 | [diff] [blame] | 12 | #include "GrDrawState.h" |
commit-bot@chromium.org | 0a6fe71 | 2014-04-23 19:26:26 +0000 | [diff] [blame] | 13 | #include "GrGpu.h" |
bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 14 | |
| 15 | class GrGpuGL; |
| 16 | |
commit-bot@chromium.org | 515dcd3 | 2013-08-28 14:17:03 +0000 | [diff] [blame] | 17 | #ifdef SK_DEBUG |
| 18 | // Optionally compile the experimental GS code. Set to SK_DEBUG so that debug build bots will |
| 19 | // execute the code. |
| 20 | #define GR_GL_EXPERIMENTAL_GS 1 |
| 21 | #else |
| 22 | #define GR_GL_EXPERIMENTAL_GS 0 |
| 23 | #endif |
bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 24 | |
| 25 | |
bsalomon@google.com | 26e18b5 | 2013-03-29 19:22:36 +0000 | [diff] [blame] | 26 | /** This class describes a program to generate. It also serves as a program cache key. Very little |
bsalomon | 63e99f7 | 2014-07-21 08:03:14 -0700 | [diff] [blame] | 27 | of this is GL-specific. The GL-specific parts could be factored out into a subclass. */ |
bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 28 | class GrGLProgramDesc { |
| 29 | public: |
bsalomon | 848faf0 | 2014-07-11 10:01:02 -0700 | [diff] [blame] | 30 | GrGLProgramDesc() {} |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 31 | GrGLProgramDesc(const GrGLProgramDesc& desc) { *this = desc; } |
| 32 | |
skia.committer@gmail.com | 2d816ad | 2013-05-23 07:01:22 +0000 | [diff] [blame] | 33 | // Returns this as a uint32_t array to be used as a key in the program cache. |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 34 | const uint32_t* asKey() const { |
bsalomon | 848faf0 | 2014-07-11 10:01:02 -0700 | [diff] [blame] | 35 | return reinterpret_cast<const uint32_t*>(fKey.begin()); |
bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 36 | } |
| 37 | |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 38 | // Gets the number of bytes in asKey(). It will be a 4-byte aligned value. When comparing two |
| 39 | // keys the size of either key can be used with memcmp() since the lengths themselves begin the |
| 40 | // keys and thus the memcmp will exit early if the keys are of different lengths. |
| 41 | uint32_t keyLength() const { return *this->atOffset<uint32_t, kLengthOffset>(); } |
| 42 | |
| 43 | // Gets the a checksum of the key. Can be used as a hash value for a fast lookup in a cache. |
| 44 | uint32_t getChecksum() const { return *this->atOffset<uint32_t, kChecksumOffset>(); } |
bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 45 | |
| 46 | // For unit testing. |
bsalomon | 848faf0 | 2014-07-11 10:01:02 -0700 | [diff] [blame] | 47 | bool setRandom(SkRandom*, |
bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 48 | const GrGpuGL* gpu, |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 49 | const GrRenderTarget* dummyDstRenderTarget, |
| 50 | const GrTexture* dummyDstCopyTexture, |
joshualitt | bd769d0 | 2014-09-04 08:56:46 -0700 | [diff] [blame] | 51 | const GrEffectStage* geometryProcessor, |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 52 | const GrEffectStage* stages[], |
| 53 | int numColorStages, |
| 54 | int numCoverageStages, |
jvanverth@google.com | 054ae99 | 2013-04-01 20:06:51 +0000 | [diff] [blame] | 55 | int currAttribIndex); |
bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 56 | |
| 57 | /** |
egdaniel | 170f90b | 2014-09-16 12:54:40 -0700 | [diff] [blame^] | 58 | * Builds a program descriptor from a GrOptDrawState. Whether the primitive type is points, and |
| 59 | * the caps of the GrGpuGL are also inputs. It also outputs the color and coverage stages |
| 60 | * referenced by the generated descriptor. Coverage stages from the drawState may be treated as |
| 61 | * color stages in the output. |
bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 62 | */ |
egdaniel | 170f90b | 2014-09-16 12:54:40 -0700 | [diff] [blame^] | 63 | static bool Build(const GrOptDrawState&, |
commit-bot@chromium.org | 0a6fe71 | 2014-04-23 19:26:26 +0000 | [diff] [blame] | 64 | GrGpu::DrawType drawType, |
bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 65 | GrBlendCoeff srcCoeff, |
| 66 | GrBlendCoeff dstCoeff, |
| 67 | const GrGpuGL* gpu, |
bsalomon@google.com | 26e18b5 | 2013-03-29 19:22:36 +0000 | [diff] [blame] | 68 | const GrDeviceCoordTexture* dstCopy, |
joshualitt | bd769d0 | 2014-09-04 08:56:46 -0700 | [diff] [blame] | 69 | const GrEffectStage** outGeometryProcessor, |
bsalomon@google.com | 2c84aa3 | 2013-06-06 20:28:57 +0000 | [diff] [blame] | 70 | SkTArray<const GrEffectStage*, true>* outColorStages, |
| 71 | SkTArray<const GrEffectStage*, true>* outCoverageStages, |
bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 72 | GrGLProgramDesc* outDesc); |
| 73 | |
joshualitt | bd769d0 | 2014-09-04 08:56:46 -0700 | [diff] [blame] | 74 | bool hasGeometryProcessor() const { |
| 75 | return SkToBool(this->getHeader().fHasGeometryProcessor); |
| 76 | } |
| 77 | |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 78 | int numColorEffects() const { |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 79 | return this->getHeader().fColorEffectCnt; |
| 80 | } |
| 81 | |
| 82 | int numCoverageEffects() const { |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 83 | return this->getHeader().fCoverageEffectCnt; |
| 84 | } |
| 85 | |
| 86 | int numTotalEffects() const { return this->numColorEffects() + this->numCoverageEffects(); } |
| 87 | |
| 88 | GrGLProgramDesc& operator= (const GrGLProgramDesc& other); |
| 89 | |
| 90 | bool operator== (const GrGLProgramDesc& other) const { |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 91 | // The length is masked as a hint to the compiler that the address will be 4 byte aligned. |
| 92 | return 0 == memcmp(this->asKey(), other.asKey(), this->keyLength() & ~0x3); |
| 93 | } |
| 94 | |
| 95 | bool operator!= (const GrGLProgramDesc& other) const { |
| 96 | return !(*this == other); |
| 97 | } |
| 98 | |
| 99 | static bool Less(const GrGLProgramDesc& a, const GrGLProgramDesc& b) { |
| 100 | return memcmp(a.asKey(), b.asKey(), a.keyLength() & ~0x3) < 0; |
| 101 | } |
| 102 | |
bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 103 | private: |
| 104 | // Specifies where the initial color comes from before the stages are applied. |
| 105 | enum ColorInput { |
egdaniel | 842b086 | 2014-09-02 10:01:30 -0700 | [diff] [blame] | 106 | kAllOnes_ColorInput, |
bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 107 | kAttribute_ColorInput, |
| 108 | kUniform_ColorInput, |
| 109 | |
| 110 | kColorInputCnt |
| 111 | }; |
bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 112 | |
bsalomon@google.com | 5920ac2 | 2013-04-19 13:14:45 +0000 | [diff] [blame] | 113 | enum CoverageOutput { |
| 114 | // modulate color and coverage, write result as the color output. |
| 115 | kModulate_CoverageOutput, |
| 116 | // Writes color*coverage as the primary color output and also writes coverage as the |
| 117 | // secondary output. Only set if dual source blending is supported. |
| 118 | kSecondaryCoverage_CoverageOutput, |
| 119 | // Writes color*coverage as the primary color output and also writes coverage * (1 - colorA) |
| 120 | // as the secondary output. Only set if dual source blending is supported. |
| 121 | kSecondaryCoverageISA_CoverageOutput, |
| 122 | // Writes color*coverage as the primary color output and also writes coverage * |
| 123 | // (1 - colorRGB) as the secondary output. Only set if dual source blending is supported. |
| 124 | kSecondaryCoverageISC_CoverageOutput, |
| 125 | // Combines the coverage, dst, and color as coverage * color + (1 - coverage) * dst. This |
bsalomon@google.com | b515881 | 2013-05-13 18:50:25 +0000 | [diff] [blame] | 126 | // can only be set if fDstReadKey is non-zero. |
bsalomon@google.com | 5920ac2 | 2013-04-19 13:14:45 +0000 | [diff] [blame] | 127 | kCombineWithDst_CoverageOutput, |
| 128 | |
| 129 | kCoverageOutputCnt |
bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 130 | }; |
| 131 | |
bsalomon@google.com | 5920ac2 | 2013-04-19 13:14:45 +0000 | [diff] [blame] | 132 | static bool CoverageOutputUsesSecondaryOutput(CoverageOutput co) { |
| 133 | switch (co) { |
| 134 | case kSecondaryCoverage_CoverageOutput: // fallthru |
| 135 | case kSecondaryCoverageISA_CoverageOutput: |
| 136 | case kSecondaryCoverageISC_CoverageOutput: |
| 137 | return true; |
| 138 | default: |
| 139 | return false; |
| 140 | } |
| 141 | } |
| 142 | |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 143 | struct KeyHeader { |
bsalomon | 848faf0 | 2014-07-11 10:01:02 -0700 | [diff] [blame] | 144 | uint8_t fDstReadKey; // set by GrGLShaderBuilder if there |
bsalomon@google.com | 26e18b5 | 2013-03-29 19:22:36 +0000 | [diff] [blame] | 145 | // are effects that must read the dst. |
| 146 | // Otherwise, 0. |
bsalomon | 848faf0 | 2014-07-11 10:01:02 -0700 | [diff] [blame] | 147 | uint8_t fFragPosKey; // set by GrGLShaderBuilder if there are |
bsalomon@google.com | b515881 | 2013-05-13 18:50:25 +0000 | [diff] [blame] | 148 | // effects that read the fragment position. |
| 149 | // Otherwise, 0. |
commit-bot@chromium.org | 949eef0 | 2013-10-01 18:43:29 +0000 | [diff] [blame] | 150 | ColorInput fColorInput : 8; |
| 151 | ColorInput fCoverageInput : 8; |
| 152 | CoverageOutput fCoverageOutput : 8; |
jvanverth@google.com | 054ae99 | 2013-04-01 20:06:51 +0000 | [diff] [blame] | 153 | |
kkinnunen | ec56e45 | 2014-08-25 22:21:16 -0700 | [diff] [blame] | 154 | SkBool8 fRequiresVertexShader; |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 155 | SkBool8 fEmitsPointSize; |
bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 156 | |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 157 | // To enable experimental geometry shader code (not for use in |
| 158 | // production) |
| 159 | #if GR_GL_EXPERIMENTAL_GS |
| 160 | SkBool8 fExperimentalGS; |
| 161 | #endif |
| 162 | |
| 163 | int8_t fPositionAttributeIndex; |
| 164 | int8_t fLocalCoordAttributeIndex; |
| 165 | int8_t fColorAttributeIndex; |
| 166 | int8_t fCoverageAttributeIndex; |
skia.committer@gmail.com | 2d816ad | 2013-05-23 07:01:22 +0000 | [diff] [blame] | 167 | |
joshualitt | bd769d0 | 2014-09-04 08:56:46 -0700 | [diff] [blame] | 168 | SkBool8 fHasGeometryProcessor; |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 169 | int8_t fColorEffectCnt; |
| 170 | int8_t fCoverageEffectCnt; |
| 171 | }; |
| 172 | |
bsalomon | 848faf0 | 2014-07-11 10:01:02 -0700 | [diff] [blame] | 173 | // The key, stored in fKey, is composed of five parts: |
| 174 | // 1. uint32_t for total key length. |
| 175 | // 2. uint32_t for a checksum. |
| 176 | // 3. Header struct defined above. |
bsalomon | 929f29a | 2014-07-17 07:55:11 -0700 | [diff] [blame] | 177 | // 4. An array of offsets to effect keys and their sizes (see 5). uint16_t for each |
| 178 | // offset and size. |
bsalomon | 848faf0 | 2014-07-11 10:01:02 -0700 | [diff] [blame] | 179 | // 5. per-effect keys. Each effect's key is a variable length array of uint32_t. |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 180 | enum { |
bsalomon | 929f29a | 2014-07-17 07:55:11 -0700 | [diff] [blame] | 181 | // Part 1. |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 182 | kLengthOffset = 0, |
bsalomon | 929f29a | 2014-07-17 07:55:11 -0700 | [diff] [blame] | 183 | // Part 2. |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 184 | kChecksumOffset = kLengthOffset + sizeof(uint32_t), |
bsalomon | 929f29a | 2014-07-17 07:55:11 -0700 | [diff] [blame] | 185 | // Part 3. |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 186 | kHeaderOffset = kChecksumOffset + sizeof(uint32_t), |
| 187 | kHeaderSize = SkAlign4(sizeof(KeyHeader)), |
bsalomon | 929f29a | 2014-07-17 07:55:11 -0700 | [diff] [blame] | 188 | // Part 4. |
| 189 | // This is the offset in the overall key to the array of per-effect offset,length pairs. |
| 190 | kEffectKeyOffsetsAndLengthOffset = kHeaderOffset + kHeaderSize, |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 191 | }; |
| 192 | |
| 193 | template<typename T, size_t OFFSET> T* atOffset() { |
bsalomon | 848faf0 | 2014-07-11 10:01:02 -0700 | [diff] [blame] | 194 | return reinterpret_cast<T*>(reinterpret_cast<intptr_t>(fKey.begin()) + OFFSET); |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 195 | } |
| 196 | |
| 197 | template<typename T, size_t OFFSET> const T* atOffset() const { |
bsalomon | 848faf0 | 2014-07-11 10:01:02 -0700 | [diff] [blame] | 198 | return reinterpret_cast<const T*>(reinterpret_cast<intptr_t>(fKey.begin()) + OFFSET); |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 199 | } |
| 200 | |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 201 | KeyHeader* header() { return this->atOffset<KeyHeader, kHeaderOffset>(); } |
bsalomon | 848faf0 | 2014-07-11 10:01:02 -0700 | [diff] [blame] | 202 | |
bsalomon | 929f29a | 2014-07-17 07:55:11 -0700 | [diff] [blame] | 203 | // Shared code between setRandom() and Build(). |
| 204 | static bool GetEffectKeyAndUpdateStats(const GrEffectStage& stage, |
| 205 | const GrGLCaps& caps, |
| 206 | bool useExplicitLocalCoords, |
| 207 | GrEffectKeyBuilder* b, |
| 208 | uint16_t* effectKeySize, |
| 209 | bool* setTrueIfReadsDst, |
| 210 | bool* setTrueIfReadsPos, |
kkinnunen | ec56e45 | 2014-08-25 22:21:16 -0700 | [diff] [blame] | 211 | bool* setTrueIfRequiresVertexShader); |
bsalomon | 929f29a | 2014-07-17 07:55:11 -0700 | [diff] [blame] | 212 | |
bsalomon | 848faf0 | 2014-07-11 10:01:02 -0700 | [diff] [blame] | 213 | void finalize(); |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 214 | |
| 215 | const KeyHeader& getHeader() const { return *this->atOffset<KeyHeader, kHeaderOffset>(); } |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 216 | |
bsalomon | 848faf0 | 2014-07-11 10:01:02 -0700 | [diff] [blame] | 217 | /** Used to provide effects' keys to their emitCode() function. */ |
| 218 | class EffectKeyProvider { |
| 219 | public: |
| 220 | enum EffectType { |
joshualitt | bd769d0 | 2014-09-04 08:56:46 -0700 | [diff] [blame] | 221 | kGeometryProcessor_EffectType, |
bsalomon | 848faf0 | 2014-07-11 10:01:02 -0700 | [diff] [blame] | 222 | kColor_EffectType, |
| 223 | kCoverage_EffectType, |
| 224 | }; |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 225 | |
bsalomon | 848faf0 | 2014-07-11 10:01:02 -0700 | [diff] [blame] | 226 | EffectKeyProvider(const GrGLProgramDesc* desc, EffectType type) : fDesc(desc) { |
joshualitt | bd769d0 | 2014-09-04 08:56:46 -0700 | [diff] [blame] | 227 | switch (type) { |
| 228 | case kGeometryProcessor_EffectType: |
| 229 | // there can be only one |
| 230 | fBaseIndex = 0; |
| 231 | break; |
| 232 | case kColor_EffectType: |
| 233 | fBaseIndex = desc->hasGeometryProcessor() ? 1 : 0; |
| 234 | break; |
| 235 | case kCoverage_EffectType: |
| 236 | fBaseIndex = desc->numColorEffects() + (desc->hasGeometryProcessor() ? 1 : 0); |
| 237 | break; |
| 238 | } |
bsalomon | 848faf0 | 2014-07-11 10:01:02 -0700 | [diff] [blame] | 239 | } |
| 240 | |
bsalomon | 63e99f7 | 2014-07-21 08:03:14 -0700 | [diff] [blame] | 241 | GrEffectKey get(int index) const { |
| 242 | const uint16_t* offsetsAndLengths = reinterpret_cast<const uint16_t*>( |
bsalomon | 929f29a | 2014-07-17 07:55:11 -0700 | [diff] [blame] | 243 | fDesc->fKey.begin() + kEffectKeyOffsetsAndLengthOffset); |
| 244 | // We store two uint16_ts per effect, one for the offset to the effect's key and one for |
| 245 | // its length. Here we just need the offset. |
bsalomon | 63e99f7 | 2014-07-21 08:03:14 -0700 | [diff] [blame] | 246 | uint16_t offset = offsetsAndLengths[2 * (fBaseIndex + index) + 0]; |
| 247 | uint16_t length = offsetsAndLengths[2 * (fBaseIndex + index) + 1]; |
| 248 | // Currently effects must add to the key in units of uint32_t. |
| 249 | SkASSERT(0 == (length % sizeof(uint32_t))); |
| 250 | return GrEffectKey(reinterpret_cast<const uint32_t*>(fDesc->fKey.begin() + offset), |
| 251 | length / sizeof(uint32_t)); |
bsalomon | 848faf0 | 2014-07-11 10:01:02 -0700 | [diff] [blame] | 252 | } |
| 253 | private: |
| 254 | const GrGLProgramDesc* fDesc; |
| 255 | int fBaseIndex; |
bsalomon@google.com | 2db3ded | 2013-05-22 14:34:04 +0000 | [diff] [blame] | 256 | }; |
| 257 | |
bsalomon | 848faf0 | 2014-07-11 10:01:02 -0700 | [diff] [blame] | 258 | enum { |
| 259 | kMaxPreallocEffects = 8, |
| 260 | kIntsPerEffect = 4, // This is an overestimate of the average effect key size. |
bsalomon | 929f29a | 2014-07-17 07:55:11 -0700 | [diff] [blame] | 261 | kPreAllocSize = kEffectKeyOffsetsAndLengthOffset + |
bsalomon | 848faf0 | 2014-07-11 10:01:02 -0700 | [diff] [blame] | 262 | kMaxPreallocEffects * sizeof(uint32_t) * kIntsPerEffect, |
| 263 | }; |
bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 264 | |
bsalomon | 848faf0 | 2014-07-11 10:01:02 -0700 | [diff] [blame] | 265 | SkSTArray<kPreAllocSize, uint8_t, true> fKey; |
| 266 | |
| 267 | // GrGLProgram and GrGLShaderBuilder read the private fields to generate code. TODO: Split out |
| 268 | // part of GrGLShaderBuilder that is used by effects so that this header doesn't need to be |
| 269 | // visible to GrGLEffects. Then make public accessors as necessary and remove friends. |
bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 270 | friend class GrGLProgram; |
joshualitt | 30ba436 | 2014-08-21 20:18:45 -0700 | [diff] [blame] | 271 | friend class GrGLProgramBuilder; |
| 272 | friend class GrGLFullProgramBuilder; |
| 273 | friend class GrGLFragmentOnlyProgramBuilder; |
| 274 | friend class GrGLVertexShaderBuilder; |
| 275 | friend class GrGLFragmentShaderBuilder; |
| 276 | friend class GrGLGeometryShaderBuilder; |
bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 277 | }; |
| 278 | |
| 279 | #endif |