Lines Matching +defs:buffer +defs:name
63 FormatSamplesCase::FormatSamplesCase(Context &ctx, const char *name, const char *desc, glw::GLenum … in FormatSamplesCase()
241 NumSampleCountsBufferCase::NumSampleCountsBufferCase(Context &ctx, const char *name, const char *de… in NumSampleCountsBufferCase()
254 glw::GLint buffer[2] = {defaultValue, defaultValue}; in iterate() local
271 glw::GLint buffer[1] = {defaultValue}; in iterate() local
304 SamplesBufferCase::SamplesBufferCase(Context &ctx, const char *name, const char *desc) : TestCase(c… in SamplesBufferCase()
336 std::vector<glw::GLint> buffer(numSampleCounts + 1, defaultValue); in iterate() local
355 glw::GLint buffer[3] = {defaultValue, defaultValue, defaultValue}; in iterate() local
372 glw::GLint buffer[1] = {defaultValue}; in iterate() local
412 const char *name; in init() member
470 const char *name; in init() member
489 const std::string name = std::string(internalFormats[caseNdx].name) + "_samples"; in init() local