Home
last modified time | relevance | path

Searched refs:fBindlessTextureSupport (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLCaps.cpp21 fBindlessTextureSupport = false; in GrGLSLCaps()
61 r.appendf("Bindless texture support: %s\n", (fBindlessTextureSupport ? "YES" : "NO")); in dump()
DGrGLSLCaps.h47 bool bindlessTextureSupport() const { return fBindlessTextureSupport; } in bindlessTextureSupport()
155 bool fBindlessTextureSupport : 1; variable
/external/skia/src/gpu/gl/
DGrGLCaps.cpp629 glslCaps->fBindlessTextureSupport = ctxInfo.hasExtension("GL_NV_bindless_texture"); in initGLSL()