Home
last modified time | relevance | path

Searched defs:texelBufferSupport (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/gpu/
DGrShaderCaps.h79 bool texelBufferSupport() const { return fTexelBufferSupport; } in texelBufferSupport() function
/external/skia/tests/
DProcessorTest.cpp157 bool texelBufferSupport = context->caps()->shaderCaps()->texelBufferSupport(); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
/external/skia/src/gpu/gl/
DGrGLCaps.cpp1575 bool texelBufferSupport = this->shaderCaps()->texelBufferSupport(); in initConfigTable() local