Lines Matching +defs:buffer +defs:name
61 FormatSamplesCase::FormatSamplesCase (Context& ctx, const char* name, const char* desc, glw::GLenum… in FormatSamplesCase()
216 NumSampleCountsBufferCase::NumSampleCountsBufferCase (Context& ctx, const char* name, const char* d… in NumSampleCountsBufferCase()
229 glw::GLint buffer[2] = { defaultValue, defaultValue }; in iterate() local
244 glw::GLint buffer[1] = { defaultValue }; in iterate() local
275 SamplesBufferCase::SamplesBufferCase (Context& ctx, const char* name, const char* desc) in SamplesBufferCase()
305 std::vector<glw::GLint> buffer(numSampleCounts + 1, defaultValue); in iterate() local
321 glw::GLint buffer[3] = { defaultValue, defaultValue, defaultValue }; in iterate() local
336 glw::GLint buffer[1] = { defaultValue }; in iterate() local
374 const char* name; in init() member
433 const char* name; in init() member
451 const std::string name = std::string(internalFormats[caseNdx].name) + "_samples"; in init() local