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

  /external/chromium_org/third_party/angle/include/GLSLANG/
ShaderLang.h 276 // ShHandle held by but opaque to the driver. It is allocated,
282 typedef void* ShHandle;
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 handle
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/
ANGLEPlatformBridge.h 85 ShHandle m_fragmentCompiler;
86 ShHandle m_vertexCompiler;
ANGLEPlatformBridge.cpp 37 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/
ShaderLang.cpp 16 #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 handle
    [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, 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/
ExpressionLimit_test.cpp 144 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/
shader_translator.h 151 ShHandle compiler_;
shader_translator.cc 41 void GetVariableInfo(ShHandle compiler, ShShaderInfo var_type,
88 ShHandle compiler, ShaderTranslator::NameMap* name_map) {

Completed in 221 milliseconds