Lines Matching refs:std
424 std::vector<ConversionDatabaseEntry> entries;
4774 static std::map<GLenum, std::string> attachment_name_map;
6323 bool copyDataFromBufferObject(GLuint bo_id, std::vector<GLint>& retrieved_data);
6344 bool getRawDataFromPixelData(std::vector<char>& result, PixelData topleft, PixelData topright, PixelData bottomleft,
6736 std::vector<char> fbo_data(4);
6862 static std::vector<char> zero_data(TEXTURE_WIDTH * TEXTURE_HEIGHT * 4 * sizeof(float), 0);
6949 std::vector<GLint> copied_compare_result_data;
6950 std::vector<GLint> copied_dst_texture_data;
6951 std::vector<GLint> copied_src_texture_data;
7309 bool RequiredCase::copyDataFromBufferObject(GLuint bo_id, std::vector<GLint>& retrieved_data)
7331 std::memcpy(&retrieved_data[0], buffer_data_ptr, buffer_size);
7413 std::vector<char> data(TEXTURE_WIDTH * TEXTURE_HEIGHT * n_bytes_per_result_pixel);
7771 int min_n_bits = std::numeric_limits<int>::max();
7807 DE_ASSERT(min_n_bits != std::numeric_limits<int>::max());
8372 bool RequiredCase::getRawDataFromPixelData(std::vector<char>& result, PixelData topleft, PixelData topright,
9200 std::map<std::string, std::string> specializationMap;
9205 static std::string shader_source[3];
9424 std::vector<char> log(info_log_length + 1, 0);
9464 std::vector<char> log(info_log_length + 1, 0);