Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dutilities.h161 bool isSampler; member
179 bool isSampler, in UniformTypeInfo()
/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.h170 bool isSampler; member
187 bool isSampler, in UniformTypeInfo()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.h196 bool isSampler; member
DUniform.h65 bool isSampler() const { return typeInfo->isSampler; } in isSampler() function
DResourceManager.cpp319 bool SamplerManager::isSampler(GLuint sampler) const in isSampler() function in gl::SamplerManager
DProgramLinkedResources.cpp410 bool isSampler = IsSamplerType(variable.type); in visitNamedVariable() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DUniform.h65 bool isSampler() const { return typeInfo->isSampler; } in isSampler() function
DProgramLinkedResources.h215 bool isSampler; member
DResourceManager.cpp314 bool SamplerManager::isSampler(SamplerID sampler) const in isSampler() function in gl::SamplerManager
DProgramLinkedResources.cpp422 bool isSampler = IsSamplerType(variable.type); in visitNamedVariable() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.cpp349 bool ResourceManager::isSampler(GLuint sampler) in isSampler() function in es2::ResourceManager
DContext.cpp1530 bool Context::isSampler(GLuint sampler) const in isSampler() function in es2::Context
/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableType.hpp163 …bool isSampler (void) const { return m_baseType == TYPE_SAMPLER_2D || m_baseType == TYPE_… in isSampler() function in rsg::VariableType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp155 bool isSampler(const Value &val) { in isSampler() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp225 const bool isSampler = node->getType().isSampler(); in RewriteModifiedStructFieldSelectionExpression() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h331 bool isSampler() const { return IsSampler(type); } in isSampler() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h358 bool isSampler() const { return IsSampler(type); } in isSampler() function
/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp218 const bool isSampler = IsSamplerType(argType[0]); in AppendTypeName() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp215 static std::string getShaderSamplerOrImageType (const tcu::TextureFormat& format, bool isSampler) in getShaderSamplerOrImageType()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dwebgl2.js537 isSampler: function (...args) { method
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h389 PFNGLISSAMPLERPROC isSampler = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h389 PFNGLISSAMPLERPROC isSampler = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp3718 bool isSampler = IsSampler(type.getBasicType()); in declareUniform() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp321 bool D3DUniform::isSampler() const in isSampler() function in rx::D3DUniform
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl430 glIsSamplerFunc isSampler; variable

12