Home
last modified time | relevance | path

Searched refs:addExtInstImport (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
Dbuilder_test.cpp39 m->addExtInstImport("GLSL.std.450"); in TEST()
Dmodule.h124 Module *addExtInstImport(const char *extName);
Dmodule.cpp192 Module *Module::addExtInstImport(const char *extName) { in addExtInstImport() function in android::spirit::Module
/frameworks/rs/rsov/compiler/
DBuiltin.cpp283 module->addExtInstImport("GLSL.std.450"); in runAndSerialize()