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

/external/chromium_org/third_party/angle/include/GLSLANG/
H A DShaderLang.h281 // ShHandle held by but opaque to the driver. It is allocated,
287 typedef void* ShHandle; typedef
298 COMPILER_EXPORT void ShGetBuiltInResourcesString(const ShHandle handle, size_t outStringLen, char *outStr);
312 COMPILER_EXPORT ShHandle ShConstructCompiler(
317 COMPILER_EXPORT void ShDestruct(ShHandle handle);
344 const ShHandle handle,
381 COMPILER_EXPORT void ShGetInfo(const ShHandle handle,
393 COMPILER_EXPORT void ShGetInfoLog(const ShHandle handle, char* infoLog);
403 COMPILER_EXPORT void ShGetObjectCode(const ShHandle handle, char* objCode);
432 COMPILER_EXPORT void ShGetVariableInfo(const ShHandle handl
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DShaderLang.cpp40 static bool CheckVariableMaxLengths(const ShHandle handle,
54 bool CheckMappedNameMaxLength(const ShHandle handle, size_t expectedValue)
136 const std::vector<VarT> *GetShaderVariables(const ShHandle handle, ShaderVariableType variableType)
225 ShHandle ShConstructCompiler(sh::GLenum type, ShShaderSpec spec,
243 void ShDestruct(ShHandle handle)
254 void ShGetBuiltInResourcesString(const ShHandle handle, size_t outStringLen, char *outString)
279 const ShHandle handle,
296 void ShGetInfo(const ShHandle handle, ShShaderInfo pname, size_t* params)
369 void ShGetInfoLog(const ShHandle handle, char* infoLog)
385 void ShGetObjectCode(const ShHandle handl
[all...]
/external/chromium_org/third_party/angle/samples/translator/
H A Dtranslator.cpp29 static bool CompileFile(char* fileName, ShHandle compiler, int compileOptions);
31 static void PrintActiveVariables(ShHandle compiler, ShShaderInfo varType);
66 ShHandle vertexCompiler = 0;
67 ShHandle fragmentCompiler = 0;
139 ShHandle compiler = 0;
267 bool CompileFile(char* fileName, ShHandle compiler, int compileOptions)
284 void PrintActiveVariables(ShHandle compiler, ShShaderInfo varType)
/external/chromium_org/third_party/angle/tests/compiler_tests/
H A DExpressionLimit_test.cpp146 bool CheckShaderCompilation(ShHandle compiler,
182 ShHandle vertexCompiler = ShConstructCompiler(
211 ShHandle vertexCompiler = ShConstructCompiler(
240 ShHandle vertexCompiler = ShConstructCompiler(
269 ShHandle vertexCompiler = ShConstructCompiler(
298 ShHandle vertexCompiler = ShConstructCompiler(
/external/chromium_org/gpu/command_buffer/service/
H A Dshader_translator.h143 ShHandle compiler_;
H A Dshader_translator.cc37 void GetVariableInfo(ShHandle compiler, ShShaderInfo var_type,
88 ShHandle compiler, ShaderTranslator::NameMap* name_map) {

Completed in 245 milliseconds