OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANGLEPlatformBridge
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
CustomFilterGlobalContext.h
33
#include "platform/graphics/angle/
ANGLEPlatformBridge
.h"
56
ANGLEPlatformBridge
* webglShaderValidator();
66
ANGLEPlatformBridge
* mixShaderValidator();
73
static PassOwnPtr<
ANGLEPlatformBridge
> createShaderValidator(ShShaderSpec);
76
OwnPtr<
ANGLEPlatformBridge
> m_webglShaderValidator;
77
OwnPtr<
ANGLEPlatformBridge
> m_mixShaderValidator;
CustomFilterGlobalContext.cpp
48
ANGLEPlatformBridge
* CustomFilterGlobalContext::webglShaderValidator()
55
ANGLEPlatformBridge
* CustomFilterGlobalContext::mixShaderValidator()
62
PassOwnPtr<
ANGLEPlatformBridge
> CustomFilterGlobalContext::createShaderValidator(ShShaderSpec shaderSpec)
64
OwnPtr<
ANGLEPlatformBridge
> validator = adoptPtr(new
ANGLEPlatformBridge
(SH_ESSL_OUTPUT, shaderSpec));
CustomFilterValidatedProgram.cpp
34
#include "platform/graphics/angle/
ANGLEPlatformBridge
.h"
173
ANGLEPlatformBridge
* validator = blendsElementTexture ? m_globalContext->mixShaderValidator() : m_globalContext->webglShaderValidator();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/
ANGLEPlatformBridge.h
68
class PLATFORM_EXPORT
ANGLEPlatformBridge
{
71
ANGLEPlatformBridge
(ShShaderOutput = SH_GLSL_OUTPUT, ShShaderSpec = SH_WEBGL_SPEC);
72
~
ANGLEPlatformBridge
();
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)
/external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk
232
third_party/WebKit/Source/platform/graphics/angle/
ANGLEPlatformBridge
.cpp \
[
all
...]
blink_platform.target.darwin-mips.mk
231
third_party/WebKit/Source/platform/graphics/angle/
ANGLEPlatformBridge
.cpp \
[
all
...]
blink_platform.target.darwin-x86.mk
231
third_party/WebKit/Source/platform/graphics/angle/
ANGLEPlatformBridge
.cpp \
[
all
...]
blink_platform.target.linux-arm.mk
232
third_party/WebKit/Source/platform/graphics/angle/
ANGLEPlatformBridge
.cpp \
[
all
...]
blink_platform.target.linux-mips.mk
231
third_party/WebKit/Source/platform/graphics/angle/
ANGLEPlatformBridge
.cpp \
[
all
...]
blink_platform.target.linux-x86.mk
231
third_party/WebKit/Source/platform/graphics/angle/
ANGLEPlatformBridge
.cpp \
[
all
...]
Completed in 155 milliseconds