Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/CInterface/
Dglslang_c_interface.cpp123 if (this->callbacks.include_local) { in includeLocal()
125 … this->callbacks.include_local(this->context, headerName, includerName, inclusionDepth); in includeLocal()
/external/deqp-deps/glslang/glslang/Include/
Dglslang_c_interface.h198 glsl_include_local_func include_local; member