Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.h170 bool isSampler; member
187 bool isSampler, in UniformTypeInfo()
/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
DContext.cpp1201 GLboolean Context::isSampler(SamplerID samplerName) const in isSampler() function in gl::Context
/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/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_no_buildgn/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp232 static std::string getShaderSamplerOrImageType (const tcu::TextureFormat& format, bool isSampler) in getShaderSamplerOrImageType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp234 static std::string getShaderSamplerOrImageType (const tcu::TextureFormat& format, bool isSampler) in getShaderSamplerOrImageType()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl2.js537 isSampler: function (...args) { method
/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/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp329 bool D3DUniform::isSampler() const in isSampler() function in rx::D3DUniform
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl432 glIsSamplerFunc isSampler; variable
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp237 …SamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler) in getShaderSamplerOrImageType()
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4164 isSampler(sampler: WebGLSampler | null): GLboolean; method
Ddom.generated.d.ts15410 isSampler(sampler: WebGLSampler | null): GLboolean; method
/third_party/typescript/lib/
Dlib.webworker.d.ts4184 isSampler(sampler: WebGLSampler | null): GLboolean; method
Dlib.dom.d.ts15430 isSampler(sampler: WebGLSampler | null): GLboolean; method