Home
last modified time | relevance | path

Searched defs:createVariable (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DSymbol.h182 const TVariable *createVariable(TSymbolTable *symbolTable) in createVariable() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbol.h276 const TVariable *createVariable(TSymbolTable *symbolTable) in createVariable() function
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShader.hpp1516 void createVariable(SpirvShader::Object::ID id, uint32_t componentCount) in createVariable() function in sw::SpirvRoutine
/third_party/glslang/SPIRV/
DSpvBuilder.cpp1457 Id Builder::createVariable(Decoration precision, StorageClass storageClass, Id type, const char* na… in createVariable() function in spv::Builder