Lines Matching +defs:buffer +defs:name

59 AttributeCase::AttributeCase (Context& context, const char* name, const char* desc, QueryType verif…  in AttributeCase()
82 AttributeBindingCase::AttributeBindingCase (Context& context, const char* name, const char* desc, Q… in AttributeBindingCase()
157 AttributeRelativeOffsetCase::AttributeRelativeOffsetCase (Context& context, const char* name, const… in AttributeRelativeOffsetCase()
236 IndexedCase::IndexedCase (Context& context, const char* name, const char* desc, QueryType verifier) in IndexedCase()
259 VertexBindingDivisorCase::VertexBindingDivisorCase (Context& context, const char* name, const char*… in VertexBindingDivisorCase()
336 VertexBindingOffsetCase::VertexBindingOffsetCase (Context& context, const char* name, const char* d… in VertexBindingOffsetCase()
345 glu::Buffer buffer (m_context.getRenderContext()); in test() local
414 VertexBindingStrideCase::VertexBindingStrideCase (Context& context, const char* name, const char* d… in VertexBindingStrideCase()
423 glu::Buffer buffer (m_context.getRenderContext()); in test() local
492 VertexBindingBufferCase::VertexBindingBufferCase (Context& context, const char* name, const char* d… in VertexBindingBufferCase()
501 glu::Buffer buffer (m_context.getRenderContext()); in test() local
573 MixedVertexBindingDivisorCase::MixedVertexBindingDivisorCase (Context& context, const char* name, c… in MixedVertexBindingDivisorCase()
597 MixedVertexBindingOffsetCase::MixedVertexBindingOffsetCase (Context& context, const char* name, con… in MixedVertexBindingOffsetCase()
605 glu::Buffer buffer (m_context.getRenderContext()); in test() local
622 MixedVertexBindingStrideCase::MixedVertexBindingStrideCase (Context& context, const char* name, con… in MixedVertexBindingStrideCase()
630 glu::Buffer buffer (m_context.getRenderContext()); in test() local
650 MixedVertexBindingBufferCase::MixedVertexBindingBufferCase (Context& context, const char* name, con… in MixedVertexBindingBufferCase()
658 glu::Buffer buffer (m_context.getRenderContext()); in test() local
711 const char* name; in init() member