Home
last modified time | relevance | path

Searched refs:texelBufferSupport (Results 1 – 7 of 7) sorted by relevance

/external/skia/tests/
DProcessorTest.cpp157 bool texelBufferSupport = context->caps()->shaderCaps()->texelBufferSupport(); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
171 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()
/external/skia/include/gpu/
DGrShaderCaps.h79 bool texelBufferSupport() const { return fTexelBufferSupport; } in texelBufferSupport() function
198 SkASSERT(this->texelBufferSupport()); in texelBufferExtensionString()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp1575 bool texelBufferSupport = this->shaderCaps()->texelBufferSupport(); in initConfigTable() local
1603 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()
DGrGLGpu.cpp248 if (this->caps()->shaderCaps()->texelBufferSupport()) { in GrGLGpu()
463 SkASSERT(this->caps()->shaderCaps()->texelBufferSupport()); in onResetContext()
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp27 shaderCaps.texelBufferSupport() && in IsSupported()
/external/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp280 SkASSERT(this->shaderCaps()->texelBufferSupport()); in emitSamplersAndImageStorages()
/external/skia/src/gpu/instanced/
DInstanceProcessor.cpp27 !caps.shaderCaps()->texelBufferSupport() || in CheckSupport()