Searched refs:nameSpec (Results 1 - 7 of 7) sorted by relevance
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | HandlerOut.cpp | 174 HRESULT CMultiMethodProps::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value)
in SetProperty() argument 176 UString name = nameSpec;
in SetProperty()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderCompilationCases.cpp | 2215 string nameSpec = getNameSpecialization(specID); 2220 result.vertexAttributes = lightShaderAttributes(nameSpec); 2221 result.uniforms = lightShaderUniforms(nameSpec, m_numLights, m_lightType); 2281 string nameSpec = getNameSpecialization(specID); 2286 result.vertexAttributes = textureLookupShaderAttributes(nameSpec, m_conditionalUsage, m_conditionalType); 2287 result.uniforms = textureLookupShaderUniforms(nameSpec, m_numLookups, m_conditionalUsage, m_conditionalType); 2308 string nameSpec = getNameSpecialization(specID); 2314 result.vertexAttributes = loopShaderAttributes(nameSpec, m_type, m_numLoopIterations); 2315 result.uniforms = loopShaderUniforms(nameSpec, m_type, m_numLoopIterations); 2335 string nameSpec [all...] |
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderCompilationCases.cpp | 2195 string nameSpec = getNameSpecialization(specID); 2200 result.vertexAttributes = lightShaderAttributes(nameSpec); 2201 result.uniforms = lightShaderUniforms(nameSpec, m_numLights, m_lightType); 2261 string nameSpec = getNameSpecialization(specID); 2266 result.vertexAttributes = textureLookupShaderAttributes(nameSpec, m_conditionalUsage, m_conditionalType); 2267 result.uniforms = textureLookupShaderUniforms(nameSpec, m_numLookups, m_conditionalUsage, m_conditionalType); 2288 string nameSpec = getNameSpecialization(specID); 2294 result.vertexAttributes = loopShaderAttributes(nameSpec, m_type, m_numLoopIterations); 2295 result.uniforms = loopShaderUniforms(nameSpec, m_type, m_numLoopIterations); 2315 string nameSpec [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | HashCalc.h | 315 HRESULT SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value);
|
H A D | HashCalc.cpp | 2002 HRESULT CHandler::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value)
in SetProperty() argument 2004 UString name = nameSpec;
in SetProperty()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zHandlerOut.cpp | 947 HRESULT COutHandler::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value)
in SetProperty() argument 949 UString name = nameSpec;
in SetProperty()
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | XzHandler.cpp | 1331 HRESULT CHandler::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value)
in SetProperty() argument 1333 UString name = nameSpec;
in SetProperty()
|
Completed in 15 milliseconds