• Home
  • Raw
  • Download

Lines Matching +defs:buffer +defs:name

51 AttributeBindingCase::AttributeBindingCase (Context& context, const char* name, const char* desc)  in AttributeBindingCase()
167 AttributeRelativeOffsetCase::AttributeRelativeOffsetCase (Context& context, const char* name, const… in AttributeRelativeOffsetCase()
296 IndexedCase::IndexedCase (Context& context, const char* name, const char* desc, VerifierType verifi… in IndexedCase()
313 void IndexedCase::verifyValue (glu::CallLogWrapper& gl, glw::GLenum name, int index, int expected) in verifyValue()
382 VertexBindingDivisorCase::VertexBindingDivisorCase (Context& context, const char* name, const char*… in VertexBindingDivisorCase()
449 VertexBindingOffsetCase::VertexBindingOffsetCase (Context& context, const char* name, const char* d… in VertexBindingOffsetCase()
458 glu::Buffer buffer (m_context.getRenderContext()); in test() local
517 VertexBindingStrideCase::VertexBindingStrideCase (Context& context, const char* name, const char* d… in VertexBindingStrideCase()
526 glu::Buffer buffer (m_context.getRenderContext()); in test() local
585 VertexBindingBufferCase::VertexBindingBufferCase (Context& context, const char* name, const char* d… in VertexBindingBufferCase()
594 glu::Buffer buffer (m_context.getRenderContext()); in test() local
658 MixedVertexBindingDivisorCase::MixedVertexBindingDivisorCase (Context& context, const char* name, c… in MixedVertexBindingDivisorCase()
681 MixedVertexBindingOffsetCase::MixedVertexBindingOffsetCase (Context& context, const char* name, con… in MixedVertexBindingOffsetCase()
690 glu::Buffer buffer (m_context.getRenderContext()); in test() local
707 MixedVertexBindingStrideCase::MixedVertexBindingStrideCase (Context& context, const char* name, con… in MixedVertexBindingStrideCase()
716 glu::Buffer buffer (m_context.getRenderContext()); in test() local
736 MixedVertexBindingBufferCase::MixedVertexBindingBufferCase (Context& context, const char* name, con… in MixedVertexBindingBufferCase()
745 glu::Buffer buffer (m_context.getRenderContext()); in test() local
783 const char* name; in init() member