Home
last modified time | relevance | path

Searched refs:initSamplerDefaultPrecision (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/
DSymbolTable.cpp431 initSamplerDefaultPrecision(EbtSampler2D); in initializeBuiltIns()
432 initSamplerDefaultPrecision(EbtSamplerCube); in initializeBuiltIns()
434 initSamplerDefaultPrecision(EbtSamplerExternalOES); in initializeBuiltIns()
436 initSamplerDefaultPrecision(EbtSamplerExternal2DY2YEXT); in initializeBuiltIns()
438 initSamplerDefaultPrecision(EbtSampler2DRect); in initializeBuiltIns()
444 initSamplerDefaultPrecision(EbtSampler2DShadow); in initializeBuiltIns()
453 void TSymbolTable::initSamplerDefaultPrecision(TBasicType samplerType) in initSamplerDefaultPrecision() function in sh::TSymbolTable
DSymbolTable.h343 void initSamplerDefaultPrecision(TBasicType samplerType);