HomeSort by relevance Sort by last modified time
    Searched refs:ShHandle (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/angle/include/GLSLANG/
ShaderLang.h 323 // ShHandle held by but opaque to the driver. It is allocated,
329 typedef void* ShHandle;
340 COMPILER_EXPORT void ShGetBuiltInResourcesString(const ShHandle handle, size_t outStringLen, char *outStr);
354 COMPILER_EXPORT ShHandle ShConstructCompiler(
359 COMPILER_EXPORT void ShDestruct(ShHandle handle);
386 const ShHandle handle,
423 COMPILER_EXPORT void ShGetInfo(const ShHandle handle,
435 COMPILER_EXPORT void ShGetInfoLog(const ShHandle handle, char* infoLog);
445 COMPILER_EXPORT void ShGetObjectCode(const ShHandle handle, char* objCode);
474 COMPILER_EXPORT void ShGetVariableInfo(const ShHandle handle
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
ShaderLang.cpp 16 #include "compiler/translator/ShHandle.h"
27 static bool checkVariableMaxLengths(const ShHandle handle,
41 static bool checkMappedNameMaxLength(const ShHandle handle, size_t expectedValue)
118 ShHandle ShConstructCompiler(ShShaderType type, ShShaderSpec spec,
136 void ShDestruct(ShHandle handle)
147 void ShGetBuiltInResourcesString(const ShHandle handle, size_t outStringLen, char *outString)
172 const ShHandle handle,
189 void ShGetInfo(const ShHandle handle, ShShaderInfo pname, size_t* params)
262 void ShGetInfoLog(const ShHandle handle, char* infoLog)
278 void ShGetObjectCode(const ShHandle handle, char* objCode
    [all...]
  /external/chromium_org/third_party/angle/samples/translator/
translator.cpp 28 static bool CompileFile(char* fileName, ShHandle compiler, int compileOptions);
30 static void PrintActiveVariables(ShHandle compiler, ShShaderInfo varType);
65 ShHandle vertexCompiler = 0;
66 ShHandle fragmentCompiler = 0;
138 ShHandle compiler = 0;
266 bool CompileFile(char* fileName, ShHandle compiler, int compileOptions)
283 void PrintActiveVariables(ShHandle compiler, ShShaderInfo varType)
  /external/chromium_org/third_party/angle/tests/compiler_tests/
ExpressionLimit_test.cpp 145 bool CheckShaderCompilation(ShHandle compiler,
181 ShHandle vertexCompiler = ShConstructCompiler(
209 ShHandle vertexCompiler = ShConstructCompiler(
237 ShHandle vertexCompiler = ShConstructCompiler(
265 ShHandle vertexCompiler = ShConstructCompiler(
293 ShHandle vertexCompiler = ShConstructCompiler(
  /external/chromium_org/gpu/command_buffer/service/
shader_translator.h 151 ShHandle compiler_;
shader_translator.cc 42 void GetVariableInfo(ShHandle compiler, ShShaderInfo var_type,
89 ShHandle compiler, ShaderTranslator::NameMap* name_map) {

Completed in 753 milliseconds