HomeSort by relevance Sort by last modified time
    Searched defs:ANGLEPlatformBridge (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/
ANGLEPlatformBridge.cpp 28 #include "platform/graphics/angle/ANGLEPlatformBridge.h"
137 ANGLEPlatformBridge::ANGLEPlatformBridge(ShShaderOutput shaderOutput, ShShaderSpec shaderSpec)
148 ANGLEPlatformBridge::~ANGLEPlatformBridge()
153 void ANGLEPlatformBridge::cleanupCompilers()
165 void ANGLEPlatformBridge::setResources(ShBuiltInResources resources)
173 bool ANGLEPlatformBridge::compileShaderSource(const char* shaderSource, ANGLEShaderType shaderType, String& translatedShaderSource, String& shaderValidationLog, Vector<ANGLEShaderSymbol>& symbols, int extraCompileOptions)
ANGLEPlatformBridge.h 68 class PLATFORM_EXPORT ANGLEPlatformBridge {
71 ANGLEPlatformBridge(ShShaderOutput = SH_GLSL_OUTPUT, ShShaderSpec = SH_WEBGL_SPEC);
72 ~ANGLEPlatformBridge();

Completed in 1479 milliseconds