Home
last modified time | relevance | path

Searched defs:isSamplerComplete (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DTexture.cpp721 bool Texture2D::isSamplerComplete(Sampler *sampler) const in isSamplerComplete() function in es2::Texture2D
1110 bool TextureCubeMap::isSamplerComplete(Sampler *sampler) const in isSamplerComplete() function in es2::TextureCubeMap
1749 bool Texture3D::isSamplerComplete(Sampler *sampler) const in isSamplerComplete() function in es2::Texture3D
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTexture.cpp2112 bool Texture::isSamplerComplete(const Context *context, const Sampler *optionalSampler) in isSamplerComplete() function in gl::Texture