Searched refs:texelBufferSupport (Results 1 – 7 of 7) sorted by relevance
157 bool texelBufferSupport = context->caps()->shaderCaps()->texelBufferSupport(); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local171 sk_sp<GrBuffer> buffer(texelBufferSupport in DEF_GPUTEST_FOR_ALL_CONTEXTS()181 if (texelBufferSupport) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()203 if (texelBufferSupport) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()234 if (texelBufferSupport) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()241 if (texelBufferSupport) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()
79 bool texelBufferSupport() const { return fTexelBufferSupport; } in texelBufferSupport() function198 SkASSERT(this->texelBufferSupport()); in texelBufferExtensionString()
1575 bool texelBufferSupport = this->shaderCaps()->texelBufferSupport(); in initConfigTable() local1603 if (texelBufferSupport) { in initConfigTable()1843 if (texelBufferSupport) { in initConfigTable()1872 if (texelBufferSupport) { in initConfigTable()1949 if (texelBufferSupport) { in initConfigTable()1961 if (texelBufferSupport) { in initConfigTable()2019 if (texelBufferSupport) { in initConfigTable()
248 if (this->caps()->shaderCaps()->texelBufferSupport()) { in GrGLGpu()463 SkASSERT(this->caps()->shaderCaps()->texelBufferSupport()); in onResetContext()
27 shaderCaps.texelBufferSupport() && in IsSupported()
280 SkASSERT(this->shaderCaps()->texelBufferSupport()); in emitSamplersAndImageStorages()
27 !caps.shaderCaps()->texelBufferSupport() || in CheckSupport()