HomeSort by relevance Sort by last modified time
    Searched refs:ShaderImpl (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
ShaderImpl.h 7 // ShaderImpl.h: Defines the abstract rx::ShaderImpl class.
20 class ShaderImpl
23 ShaderImpl() { }
24 virtual ~ShaderImpl() { }
43 DISALLOW_COPY_AND_ASSIGN(ShaderImpl);
Renderer.h 56 class ShaderImpl;
198 virtual ShaderImpl *createShader(GLenum type) = 0;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
ShaderD3D.h 7 // ShaderD3D.h: Defines the rx::ShaderD3D class which implements rx::ShaderImpl.
12 #include "libGLESv2/renderer/ShaderImpl.h"
22 class ShaderD3D : public ShaderImpl
30 static ShaderD3D *makeShaderD3D(ShaderImpl *impl);
31 static const ShaderD3D *makeShaderD3D(const ShaderImpl *impl);
33 // ShaderImpl implementation
ShaderD3D.cpp 7 // ShaderD3D.cpp: Defines the rx::ShaderD3D class which implements rx::ShaderImpl.
60 ShaderD3D *ShaderD3D::makeShaderD3D(ShaderImpl *impl)
66 const ShaderD3D *ShaderD3D::makeShaderD3D(const ShaderImpl *impl)
  /external/chromium_org/third_party/angle/src/libGLESv2/
Shader.h 28 class ShaderImpl;
58 Shader(ResourceManager *manager, rx::ShaderImpl *impl, GLenum type, GLuint handle);
65 rx::ShaderImpl *getImplementation() { return mShader; }
66 const rx::ShaderImpl *getImplementation() const { return mShader; }
103 rx::ShaderImpl *mShader;
Shader.cpp 13 #include "libGLESv2/renderer/ShaderImpl.h"
26 Shader::Shader(ResourceManager *manager, rx::ShaderImpl *impl, GLenum type, GLuint handle)
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Renderer11.h 143 virtual ShaderImpl *createShader(GLenum type);
Renderer11.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Renderer9.h 147 virtual ShaderImpl *createShader(GLenum type);
Renderer9.cpp     [all...]

Completed in 144 milliseconds