Searched refs:ANGLEPlatformBridge (Results 1 – 13 of 13) sorted by relevance
56 ANGLEPlatformBridge* webglShaderValidator();66 ANGLEPlatformBridge* mixShaderValidator();73 static PassOwnPtr<ANGLEPlatformBridge> createShaderValidator(ShShaderSpec);76 OwnPtr<ANGLEPlatformBridge> m_webglShaderValidator;77 OwnPtr<ANGLEPlatformBridge> m_mixShaderValidator;
48 ANGLEPlatformBridge* CustomFilterGlobalContext::webglShaderValidator() in webglShaderValidator()55 ANGLEPlatformBridge* CustomFilterGlobalContext::mixShaderValidator() in mixShaderValidator()62 PassOwnPtr<ANGLEPlatformBridge> CustomFilterGlobalContext::createShaderValidator(ShShaderSpec shade… in createShaderValidator()64 …OwnPtr<ANGLEPlatformBridge> validator = adoptPtr(new ANGLEPlatformBridge(SH_ESSL_OUTPUT, shaderSpe… in createShaderValidator()
173 …ANGLEPlatformBridge* validator = blendsElementTexture ? m_globalContext->mixShaderValidator() : m_… in CustomFilterValidatedProgram()
137 ANGLEPlatformBridge::ANGLEPlatformBridge(ShShaderOutput shaderOutput, ShShaderSpec shaderSpec) in ANGLEPlatformBridge() function in WebCore::ANGLEPlatformBridge148 ANGLEPlatformBridge::~ANGLEPlatformBridge() in ~ANGLEPlatformBridge()153 void ANGLEPlatformBridge::cleanupCompilers() in cleanupCompilers()165 void ANGLEPlatformBridge::setResources(ShBuiltInResources resources) in setResources()173 bool ANGLEPlatformBridge::compileShaderSource(const char* shaderSource, ANGLEShaderType shaderType,… in compileShaderSource()
68 class PLATFORM_EXPORT ANGLEPlatformBridge {71 ANGLEPlatformBridge(ShShaderOutput = SH_GLSL_OUTPUT, ShShaderSpec = SH_WEBGL_SPEC);72 ~ANGLEPlatformBridge();
130 # FIXME: This dependency exists for CSS Custom Filters, via the file ANGLEPlatformBridge153 # FIXME: This dependency exists for CSS Custom Filters, via the file ANGLEPlatformBridge
439 'graphics/angle/ANGLEPlatformBridge.cpp',440 'graphics/angle/ANGLEPlatformBridge.h',
231 third_party/WebKit/Source/platform/graphics/angle/ANGLEPlatformBridge.cpp \
232 third_party/WebKit/Source/platform/graphics/angle/ANGLEPlatformBridge.cpp \