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

  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.hpp 117 class ShaderInterface
120 ShaderInterface (void);
121 ~ShaderInterface (void);
133 ShaderInterface (const ShaderInterface&);
134 ShaderInterface& operator= (const ShaderInterface&);
173 bb::ShaderInterface m_interface;
es31fSSBOLayoutCase.cpp 236 // ShaderInterface implementation.
238 ShaderInterface::ShaderInterface (void)
242 ShaderInterface::~ShaderInterface (void)
251 StructType& ShaderInterface::allocStruct (const char* name)
270 const StructType* ShaderInterface::findStruct (const char* name) const
276 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const
285 BufferBlock& ShaderInterface::allocBlock (const char* name)
686 void computeReferenceLayout (BufferLayout& layout, const ShaderInterface& interface
    [all...]
  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.h 42 class CONTENT_EXPORT ShaderInterface {
44 ShaderInterface() {}
45 virtual ~ShaderInterface() {}
75 ShaderInterface* CreateYuvMrtShader(
gl_helper_scaling.cc 104 public GLHelperScaling::ShaderInterface {
164 // GLHelperShader::ShaderInterface implementation.
478 GLHelperScaling::ShaderInterface* GLHelperScaling::CreateYuvMrtShader(
    [all...]
gl_helper.cc 306 scoped_ptr<content::GLHelperScaling::ShaderInterface> pass1_shader_;
307 scoped_ptr<content::GLHelperScaling::ShaderInterface> pass2_shader_;
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.hpp 211 class ShaderInterface
214 ShaderInterface (void);
215 ~ShaderInterface (void);
264 ub::ShaderInterface m_interface;
glsUniformBlockCase.cpp 301 // ShaderInterface implementation.
303 ShaderInterface::ShaderInterface (void)
307 ShaderInterface::~ShaderInterface (void)
316 StructType& ShaderInterface::allocStruct (const char* name)
335 const StructType* ShaderInterface::findStruct (const char* name) const
341 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const
350 UniformBlock& ShaderInterface::allocBlock (const char* name)
577 void computeStd140Layout (UniformLayout& layout, const ShaderInterface& interface
    [all...]

Completed in 81 milliseconds