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

/external/chromium_org/third_party/angle/include/GLSLANG/
H A DShaderLang.h276 // ShHandle held by but opaque to the driver. It is allocated,
282 typedef void* ShHandle; typedef
296 COMPILER_EXPORT ShHandle ShConstructCompiler(
301 COMPILER_EXPORT void ShDestruct(ShHandle handle);
328 const ShHandle handle,
363 COMPILER_EXPORT void ShGetInfo(const ShHandle handle,
375 COMPILER_EXPORT void ShGetInfoLog(const ShHandle handle, char* infoLog);
385 COMPILER_EXPORT void ShGetObjectCode(const ShHandle handle, char* objCode);
414 COMPILER_EXPORT void ShGetVariableInfo(const ShHandle handle,
438 COMPILER_EXPORT void ShGetNameHashingEntry(const ShHandle handl
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/
H A DANGLEPlatformBridge.h85 ShHandle m_fragmentCompiler;
86 ShHandle m_vertexCompiler;
H A DANGLEPlatformBridge.cpp37 inline static ANGLEGetInfoType getValidationResultValue(const ShHandle compiler, ShShaderInfo shaderInfo)
44 static bool getSymbolInfo(ShHandle compiler, ShShaderInfo symbolType, Vector<ANGLEShaderSymbol>& symbols)
186 ShHandle compiler;
/external/chromium_org/third_party/angle/src/compiler/
H A DShaderLang.cpp16 #include "compiler/ShHandle.h"
25 static bool checkVariableMaxLengths(const ShHandle handle,
39 static bool checkMappedNameMaxLength(const ShHandle handle, size_t expectedValue)
99 ShHandle ShConstructCompiler(ShShaderType type, ShShaderSpec spec,
117 void ShDestruct(ShHandle handle)
136 const ShHandle handle,
153 void ShGetInfo(const ShHandle handle, ShShaderInfo pname, size_t* params)
216 void ShGetInfoLog(const ShHandle handle, char* infoLog)
232 void ShGetObjectCode(const ShHandle handle, char* objCode)
245 void ShGetVariableInfo(const ShHandle handl
[all...]
/external/chromium_org/third_party/angle/samples/translator/
H A Dtranslator.cpp28 static bool CompileFile(char* fileName, ShHandle compiler, int compileOptions);
30 static void PrintActiveVariables(ShHandle compiler, ShShaderInfo varType, bool mapLongVariableNames);
65 ShHandle vertexCompiler = 0;
66 ShHandle fragmentCompiler = 0;
139 ShHandle compiler = 0;
266 bool CompileFile(char* fileName, ShHandle compiler, int compileOptions)
283 void PrintActiveVariables(ShHandle compiler, ShShaderInfo varType, bool mapLongVariableNames)
/external/chromium_org/third_party/angle/tests/compiler_tests/
H A DExpressionLimit_test.cpp144 bool CheckShaderCompilation(ShHandle compiler,
180 ShHandle vertexCompiler = ShConstructCompiler(
208 ShHandle vertexCompiler = ShConstructCompiler(
236 ShHandle vertexCompiler = ShConstructCompiler(
264 ShHandle vertexCompiler = ShConstructCompiler(
292 ShHandle vertexCompiler = ShConstructCompiler(
/external/chromium_org/gpu/command_buffer/service/
H A Dshader_translator.h151 ShHandle compiler_;
H A Dshader_translator.cc41 void GetVariableInfo(ShHandle compiler, ShShaderInfo var_type,
88 ShHandle compiler, ShaderTranslator::NameMap* name_map) {

Completed in 95 milliseconds