Searched refs:COMPILER_EXPORT (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/include/GLSLANG/
H A DShaderLang.h13 #define COMPILER_EXPORT __declspec(dllexport) macro
15 #define COMPILER_EXPORT __declspec(dllimport) macro
19 #define COMPILER_EXPORT __attribute__((visibility("default"))) macro
23 #define COMPILER_EXPORT macro
255 COMPILER_EXPORT int ShInitialize();
260 COMPILER_EXPORT int ShFinalize();
320 COMPILER_EXPORT void ShInitBuiltInResources(ShBuiltInResources* resources);
340 COMPILER_EXPORT void ShGetBuiltInResourcesString(const ShHandle handle, size_t outStringLen, char *outStr);
354 COMPILER_EXPORT ShHandle ShConstructCompiler(
359 COMPILER_EXPORT voi
[all...]

Completed in 49 milliseconds