Home
last modified time | relevance | path

Searched defs:isSampler (Results 1 – 10 of 10) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/common/
Dutilities.h159 bool isSampler; member
177 bool isSampler, in UniformTypeInfo()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgramLinkedResources.h202 bool isSampler; member
DUniform.h65 bool isSampler() const { return typeInfo->isSampler; } in isSampler() function
DResourceManager.cpp321 bool SamplerManager::isSampler(SamplerID sampler) const in isSampler() function in gl::SamplerManager
DProgramLinkedResources.cpp414 bool isSampler = IsSamplerType(variable.type); in visitNamedVariable() local
DContext.cpp1034 GLboolean Context::isSampler(SamplerID samplerName) const in isSampler() function in gl::Context
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DStateTrackingSupport.h83 bool isSampler; member
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DTypes.h342 bool isSampler() const { return IsSampler(type); } in isSampler() function
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h389 PFNGLISSAMPLERPROC isSampler = nullptr; variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp328 bool D3DUniform::isSampler() const in isSampler() function in rx::D3DUniform