Home | History | Annotate | Download | only in glsl

Lines Matching defs:shaderCaps

98     fGeometryProcessor.reset(proc.createGLSLInstance(*this->shaderCaps()));
111 this->shaderCaps(),
178 this->shaderCaps(),
211 if (this->shaderCaps()->mustDeclareFragmentShaderOutput()) {
234 this->shaderCaps(),
262 this->shaderCaps()->externalTextureExtensionString();
273 SkASSERT(this->shaderCaps()->texelBufferSupport());
284 if (const char* extension = this->shaderCaps()->texelBufferExtensionString()) {
311 GrSwizzle swizzle = this->shaderCaps()->configTextureSwizzle(config);
339 const GrShaderCaps& shaderCaps = *this->shaderCaps();
340 if (fNumVertexSamplers > shaderCaps.maxVertexSamplers()) {
344 if (fNumGeometrySamplers > shaderCaps.maxGeometrySamplers()) {
348 if (fNumFragmentSamplers > shaderCaps.maxFragmentSamplers()) {
354 if (numCombinedSamplers > shaderCaps.maxCombinedSamplers()) {
425 SkASSERT(this->shaderCaps()->geometryShaderSupport());