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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ANGLEWebKitBridge.cpp 28 #include "core/platform/graphics/ANGLEWebKitBridge.h"
132 ANGLEWebKitBridge::ANGLEWebKitBridge(ShShaderOutput shaderOutput, ShShaderSpec shaderSpec)
143 ANGLEWebKitBridge::~ANGLEWebKitBridge()
148 void ANGLEWebKitBridge::cleanupCompilers()
160 void ANGLEWebKitBridge::setResources(ShBuiltInResources resources)
168 bool ANGLEWebKitBridge::compileShaderSource(const char* shaderSource, ANGLEShaderType shaderType, String& translatedShaderSource, String& shaderValidationLog, Vector<ANGLEShaderSymbol>& symbols, int extraCompileOptions)
ANGLEWebKitBridge.h 64 class ANGLEWebKitBridge {
67 ANGLEWebKitBridge(ShShaderOutput = SH_GLSL_OUTPUT, ShShaderSpec = SH_WEBGL_SPEC);
68 ~ANGLEWebKitBridge();

Completed in 40 milliseconds