Home
last modified time | relevance | path

Searched refs:ANGLEPlatformBridge (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
DCustomFilterGlobalContext.h56 ANGLEPlatformBridge* webglShaderValidator();
66 ANGLEPlatformBridge* mixShaderValidator();
73 static PassOwnPtr<ANGLEPlatformBridge> createShaderValidator(ShShaderSpec);
76 OwnPtr<ANGLEPlatformBridge> m_webglShaderValidator;
77 OwnPtr<ANGLEPlatformBridge> m_mixShaderValidator;
DCustomFilterGlobalContext.cpp48 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()
DCustomFilterValidatedProgram.cpp173ANGLEPlatformBridge* validator = blendsElementTexture ? m_globalContext->mixShaderValidator() : m_… in CustomFilterValidatedProgram()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/
DANGLEPlatformBridge.cpp137 ANGLEPlatformBridge::ANGLEPlatformBridge(ShShaderOutput shaderOutput, ShShaderSpec shaderSpec) in ANGLEPlatformBridge() function in WebCore::ANGLEPlatformBridge
148 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()
DANGLEPlatformBridge.h68 class PLATFORM_EXPORT ANGLEPlatformBridge {
71 ANGLEPlatformBridge(ShShaderOutput = SH_GLSL_OUTPUT, ShShaderSpec = SH_WEBGL_SPEC);
72 ~ANGLEPlatformBridge();
/external/chromium_org/third_party/WebKit/Source/platform/
Dblink_platform.gyp130 # FIXME: This dependency exists for CSS Custom Filters, via the file ANGLEPlatformBridge
153 # FIXME: This dependency exists for CSS Custom Filters, via the file ANGLEPlatformBridge
Dblink_platform.gypi439 'graphics/angle/ANGLEPlatformBridge.cpp',
440 'graphics/angle/ANGLEPlatformBridge.h',
Dblink_platform.target.linux-mips.mk231 third_party/WebKit/Source/platform/graphics/angle/ANGLEPlatformBridge.cpp \
Dblink_platform.target.linux-x86.mk231 third_party/WebKit/Source/platform/graphics/angle/ANGLEPlatformBridge.cpp \
Dblink_platform.target.darwin-mips.mk231 third_party/WebKit/Source/platform/graphics/angle/ANGLEPlatformBridge.cpp \
Dblink_platform.target.linux-arm.mk232 third_party/WebKit/Source/platform/graphics/angle/ANGLEPlatformBridge.cpp \
Dblink_platform.target.darwin-x86.mk231 third_party/WebKit/Source/platform/graphics/angle/ANGLEPlatformBridge.cpp \
Dblink_platform.target.darwin-arm.mk232 third_party/WebKit/Source/platform/graphics/angle/ANGLEPlatformBridge.cpp \