Lines Matching defs:_data
848 struct _data struct in gl4cts::GPUShaderFP64Test4
852 double uniform_double;
853 double uniform_double_arr[2];
854 double uniform_dvec2[2];
855 double uniform_dvec2_arr[4];
856 double uniform_dvec3[3];
857 double uniform_dvec3_arr[6];
858 double uniform_dvec4[4];
859 double uniform_dvec4_arr[8];
861 glw::GLint uniform_location_double;
862 glw::GLint uniform_location_double_arr[2];
863 glw::GLint uniform_location_dvec2;
864 glw::GLint uniform_location_dvec2_arr[2];
865 glw::GLint uniform_location_dvec3;
866 glw::GLint uniform_location_dvec3_arr[2];
867 glw::GLint uniform_location_dvec4;
868 glw::GLint uniform_location_dvec4_arr[2];