Searched defs:SamplerCaseData (Results 1 – 1 of 1) sorted by relevance
331 struct SamplerCaseData struct333 typedef ResultData (*CreateFnPtr)(const Functions &gl);335 CreateFnPtr create; // pointer to function that will create texture336 const char *name; // test case name337 const char *opaqueType; // sampler or image338 const char *outAssignment; // operation that determines fragment color339 const int num_frag_image_uniforms; // the number of required fragment image uniform