Lines Matching +defs:buffer +defs:name
61 FormatSamplesCase::FormatSamplesCase (Context& ctx, const char* name, const char* desc, glw::GLenum… in FormatSamplesCase()
220 NumSampleCountsBufferCase::NumSampleCountsBufferCase (Context& ctx, const char* name, const char* d… in NumSampleCountsBufferCase()
233 glw::GLint buffer[2] = { defaultValue, defaultValue }; in iterate() local
248 glw::GLint buffer[1] = { defaultValue }; in iterate() local
279 SamplesBufferCase::SamplesBufferCase (Context& ctx, const char* name, const char* desc) in SamplesBufferCase()
309 std::vector<glw::GLint> buffer(numSampleCounts + 1, defaultValue); in iterate() local
325 glw::GLint buffer[3] = { defaultValue, defaultValue, defaultValue }; in iterate() local
340 glw::GLint buffer[1] = { defaultValue }; in iterate() local
378 const char* name; in init() member
437 const char* name; in init() member
455 const std::string name = std::string(internalFormats[caseNdx].name) + "_samples"; in init() local